You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
fftools/ffmpeg_mux_init: drop a redundant assignment
OutputFilter.format is initialized in ofilter_alloc().
This commit is contained in:
@@ -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 "
|
||||||
|
Reference in New Issue
Block a user