1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavformat
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
..
2024-08-28 16:27:54 +02:00
2024-09-24 15:37:15 +02:00
2024-10-12 11:21:14 -03:00
2024-10-09 21:26:46 +02:00
2024-10-12 11:21:14 -03:00
2024-09-04 13:01:37 +02:00
2024-08-14 18:20:58 +02:00
2024-07-21 17:02:12 +02:00