1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

sout: fix typo.

This commit is contained in:
Rémi Duraffort 2010-02-03 15:39:56 +01:00
parent 33cb9ae7d1
commit ffce10f0e5

View File

@ -1001,7 +1001,7 @@ rtp:
if (psz_chain && b_sout_display)
{
char *tmp;
if (asprintf (&tmp, "duplicate{dst=display,dst=%s}", tmp) == -1)
if (asprintf (&tmp, "duplicate{dst=display,dst=%s}", psz_chain) == -1)
tmp = NULL;
free (psz_chain);
psz_chain = tmp;