[vlc-devel] commit: sout: fix typo. ( Rémi Duraffort )
git version control
git at videolan.org
Wed Feb 3 15:52:51 CET 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Feb 3 15:39:56 2010 +0100| [ffce10f0e59966db1fb6f6e9cf346c45d1274905] | committer: Rémi Duraffort
sout: fix typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ffce10f0e59966db1fb6f6e9cf346c45d1274905
---
src/stream_output/stream_output.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/stream_output/stream_output.c b/src/stream_output/stream_output.c
index cabc9cd..b1045d2 100644
--- a/src/stream_output/stream_output.c
+++ b/src/stream_output/stream_output.c
@@ -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;
More information about the vlc-devel
mailing list