Commit ffce10f0 authored by Rémi Duraffort's avatar Rémi Duraffort

sout: fix typo.

parent 33cb9ae7
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment