aboutsummaryrefslogtreecommitdiffstats
path: root/tests/maps
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-01-23 19:53:59 +0100
committerAnton Khirnov <anton@khirnov.net>2024-01-30 09:52:00 +0100
commit0d00e2e2f7fc39152eca85c8c3e3eea95ad79fd7 (patch)
treed788ed16e49b38804cc0c31f31f4a2d18806ed96 /tests/maps
parentfe3be6f78fe3c9a362ad042403e4b699894d0fc2 (diff)
downloadffmpeg-0d00e2e2f7fc39152eca85c8c3e3eea95ad79fd7.tar.gz
fftools/ffmpeg_dec: eliminate all remaining InputStream uses
Previously, the demuxer would register decoder with the scheduler, using InputStream as opaque, and pass the scheduling index to the decoder. Now the registration is done by the decoder itself, using DecoderPriv as opaque, and the scheduling index is returned to demuxer from dec_open(). decoder_thread() then no longer needs to be accessed from outside of ffmpeg_dec and can be made static.
Diffstat (limited to 'tests/maps')
0 files changed, 0 insertions, 0 deletions