mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
fftools/ffmpeg_mux_init: drop a redundant assignment
OutputFilter.format is initialized in ofilter_alloc().
This commit is contained in:
parent
8b56480652
commit
ea4c42779b
@ -1259,7 +1259,6 @@ static void init_output_filter(OutputFilter *ofilter, const OptionsContext *o,
|
||||
ost->filter = ofilter;
|
||||
|
||||
ofilter->ost = ost;
|
||||
ofilter->format = -1;
|
||||
|
||||
if (!ost->enc_ctx) {
|
||||
av_log(ost, AV_LOG_ERROR, "Streamcopy requested for output stream fed "
|
||||
|
Loading…
Reference in New Issue
Block a user