Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-01 18:52:10 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-01 19:15:56 +0400
commit00dcb1063110fc417f4e98b3dad3479ed9d35eef (patch)
tree18edabba79e5f16c84bb0a81c0ac45d41c3143e3 /ffmpeg.c
parent229022e788aa63cd73a50aa9a3112ca2fcbda9f8 (diff)
ffmpeg: Fix encoder names in printout
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 282f58f9e0..501af29d91 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 */