提交 00dcb106 编写于 作者: M Michael Niedermayer

ffmpeg: Fix encoder names in printout

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册