]> git.sesse.net Git - ffmpeg/commit
avcodec/frame_thread_encoder: Avoid FIFO
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 7 Feb 2021 14:08:13 +0000 (15:08 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 16 Feb 2021 21:11:53 +0000 (22:11 +0100)
commit74b0af998ac894afb78de594a4c9b98bce9376f5
treed296b190f791822f90c4c1f2d9057ed774213d25
parentde1b20a82bca61fc877482167ead69beadeb4c78
avcodec/frame_thread_encoder: Avoid FIFO

It can be replaced by a simple counter.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/frame_thread_encoder.c