mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 07:50:11 +01:00
fftools/ffmpeg_filter: drop OutputFilter.ost
All remaining code accessing it only needs to know whether this filtergraph output has been bound or not.
This commit is contained in:
@@ -1827,7 +1827,7 @@ static int create_streams(Muxer *mux, const OptionsContext *o)
|
||||
for (int j = 0; j < fg->nb_outputs; j++) {
|
||||
OutputFilter *ofilter = fg->outputs[j];
|
||||
|
||||
if (ofilter->linklabel || ofilter->ost)
|
||||
if (ofilter->linklabel || ofilter->bound)
|
||||
continue;
|
||||
|
||||
auto_disable |= 1 << ofilter->type;
|
||||
|
||||
Reference in New Issue
Block a user