mirror of https://github.com/FFmpeg/FFmpeg.git
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.release/7.0
parent
fe3be6f78f
commit
0d00e2e2f7
3 changed files with 23 additions and 21 deletions
Loading…
Reference in new issue