[FFmpeg-cvslog] ffmpeg: Fix encoder names in printout

Michael Niedermayer git at videolan.org
Sun Jun 1 17:36:58 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jun  1 16:52:10 2014 +0200| [00dcb1063110fc417f4e98b3dad3479ed9d35eef] | committer: Michael Niedermayer

ffmpeg: Fix encoder names in printout

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

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

 ffmpeg.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ffmpeg.c b/ffmpeg.c
index 282f58f..501af29 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2841,6 +2841,7 @@ static int transcode_init(void)
                    "Error initializing the output stream codec context.\n");
             exit_program(1);
         }
+        ost->st->codec->codec= ost->enc_ctx->codec;
     }
 
     /* init input streams */



More information about the ffmpeg-cvslog mailing list