diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-06-02 09:59:31 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-06-19 09:48:55 +0200 |
commit | 01897c1788b887e42a69072fc6516a73521bdcd6 (patch) | |
tree | b4559758e1cacf40b8eb2936f3c0b63861de7bf2 /libavfilter/vf_stack_qsv.c | |
parent | 5293adb1a72347a2c13de1f3b0b37d51625f6985 (diff) | |
download | ffmpeg-01897c1788b887e42a69072fc6516a73521bdcd6.tar.gz |
fftools/ffmpeg_dec: move decoding to a separate thread
This is only a preparatory step to a fully threaded architecture and
does not yet make decoding truly parallel - the main thread will
currently submit a packet and wait until it has been fully processed by
the decoding thread before moving on. Decoder behavior as observed by
the rest of the program should remain unchanged. That will change in
future commits after encoders and filters are moved to threads and a
thread-aware scheduler is added.
Diffstat (limited to 'libavfilter/vf_stack_qsv.c')
0 files changed, 0 insertions, 0 deletions