diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-05-16 19:19:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-05-22 17:10:44 +0200 |
commit | 4a59dde0c72b97515582beab4ee182be09360005 (patch) | |
tree | d061b76cd7454e21bbfcc4c5dcd1cd238ce3867e /libavfilter/bufferqueue.h | |
parent | 5fa00b38e6627578a95af9ed0cc6cd441f0903c6 (diff) | |
download | ffmpeg-4a59dde0c72b97515582beab4ee182be09360005.tar.gz |
fftools/ffmpeg: eliminate InputStream.got_output
It tracks whether the decoder for this stream ever produced any frames
and its only use is for checking whether a filter input ever received a
frame - those that did not are prioritized by the scheduler.
This is awkward and unnecessarily complicated - checking whether the
filtergraph input format is valid works just as well and does not
require maintaining an extra variable.
Diffstat (limited to 'libavfilter/bufferqueue.h')
0 files changed, 0 insertions, 0 deletions