From 00dcb1063110fc417f4e98b3dad3479ed9d35eef Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Sun, 1 Jun 2014 16:52:10 +0200 Subject: [PATCH] ffmpeg: Fix encoder names in printout Signed-off-by: Michael Niedermayer <michaelni@gmx.at> --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.c b/ffmpeg.c index 282f58f9e0f..501af29d916 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 */ -- GitLab