Commit 00dcb106 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: Fix encoder names in printout

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 229022e7
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment