ffmpeg/tests/ref
Anton Khirnov 86460a0342 lavf/flvdec: replace a private option with a field in FFFormatContext
The demuxer's 'missing_streams' private option is used to communicate
information from the demuxer to avformat_find_stream_info(). However,
that is not only unnecessarily complicated, it also leaks internal
information to users, e.g. this option appears in the results of the
fate-flv-demux test.

Use a new field in FFFormatContext to communicate this information
instead.
2024-10-16 16:46:29 +02:00
..
acodec
fate lavf/flvdec: replace a private option with a field in FFFormatContext 2024-10-16 16:46:29 +02:00
lavf tests/fate: disable compression for zlib-based codecs 2024-10-14 13:59:31 -03:00
lavf-fate
pixfmt
seek tests/fate: disable compression for zlib-based codecs 2024-10-14 13:59:31 -03:00
vsynth fate/vcodec: add a test for v410 pixel format raw video 2024-10-16 10:05:55 -03:00