mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-05 14:26:17 +00:00
ffmpeg: Fix encoder names in printout
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
229022e788
commit
00dcb10631
1
ffmpeg.c
1
ffmpeg.c
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user