[FFmpeg-cvslog] ffmpeg: fix passlogfile with multiple libx264 streams.

Michael Niedermayer git at videolan.org
Sun Feb 12 00:20:16 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Feb 11 04:18:22 2012 +0100| [85f25cfa193f03277787f6f5cdf222e1d01d4821] | committer: Michael Niedermayer

ffmpeg: fix passlogfile with multiple libx264 streams.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85f25cfa193f03277787f6f5cdf222e1d01d4821
---

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 7d00577..22f8fa9 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -4864,7 +4864,7 @@ static int opt_passlogfile(const char *opt, const char *arg)
 {
     pass_logfilename_prefix = arg;
 #if CONFIG_LIBX264_ENCODER
-    return opt_default("passlogfile", arg);
+    return opt_default(opt, arg);
 #else
     return 0;
 #endif



More information about the ffmpeg-cvslog mailing list