fftools/ffmpeg_mux_init: drop a redundant assignment

OutputFilter.format is initialized in ofilter_alloc().
This commit is contained in:
Anton Khirnov 2023-04-18 14:45:42 +02:00
parent 8b56480652
commit ea4c42779b
1 changed files with 0 additions and 1 deletions

View File

@ -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 "