Skip to content
Snippets Groups Projects
Commit 00dcb106 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

ffmpeg: Fix encoder names in printout

parent 229022e7
No related branches found
No related tags found
No related merge requests found
...@@ -2841,6 +2841,7 @@ static int transcode_init(void) ...@@ -2841,6 +2841,7 @@ static int transcode_init(void)
"Error initializing the output stream codec context.\n"); "Error initializing the output stream codec context.\n");
exit_program(1); exit_program(1);
} }
ost->st->codec->codec= ost->enc_ctx->codec;
} }
/* init input streams */ /* init input streams */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment