fftools/ffmpeg_mux_init: drop a redundant assignment

OutputFilter.format is initialized in ofilter_alloc().
pull/389/head
Anton Khirnov 2 years ago
parent 8b56480652
commit ea4c42779b
  1. 1
      fftools/ffmpeg_mux_init.c

@ -1259,7 +1259,6 @@ static void init_output_filter(OutputFilter *ofilter, const OptionsContext *o,
ost->filter = ofilter; ost->filter = ofilter;
ofilter->ost = ost; ofilter->ost = ost;
ofilter->format = -1;
if (!ost->enc_ctx) { if (!ost->enc_ctx) {
av_log(ost, AV_LOG_ERROR, "Streamcopy requested for output stream fed " av_log(ost, AV_LOG_ERROR, "Streamcopy requested for output stream fed "

Loading…
Cancel
Save