diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-06-20 16:02:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-07-07 12:07:24 +0200 |
commit | 69516ab3e917a6e91d26e38d04183c60fd71cbab (patch) | |
tree | cccc2c6df1eaaa28767fc88b8675faaff6b35671 /tests | |
parent | 0f957cfba2dc83c9cfa9dc494052836ebbbdfd78 (diff) | |
download | ffmpeg-69516ab3e917a6e91d26e38d04183c60fd71cbab.tar.gz |
lavc/decode: move submitting input packets to bitstream filters
Do it from ff_decode_get_packet() rather than from
avcodec_send_packet(). This way all nontrivial stages of the decoding
pipeline (i.e. other than just placing a packet at its entrance) are
pull-based rather than a mix of push an pull.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions