diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-01 16:52:10 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-01 17:15:56 +0200 |
commit | 00dcb1063110fc417f4e98b3dad3479ed9d35eef (patch) | |
tree | 18edabba79e5f16c84bb0a81c0ac45d41c3143e3 /ffmpeg.c | |
parent | 229022e788aa63cd73a50aa9a3112ca2fcbda9f8 (diff) | |
download | ffmpeg-00dcb1063110fc417f4e98b3dad3479ed9d35eef.tar.gz |
ffmpeg: Fix encoder names in printout
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |