summaryrefslogtreecommitdiff
path: root/libavcodec/webp.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-11 10:51:31 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-14 10:13:37 +0100
commit71547cb7b3efd58e50da0095387afdcc72ddec1f (patch)
treec35489096a0f6981d92787aebe434366f7b4519d /libavcodec/webp.c
parent1b6b110f2fefb61c45fb667c8837ae82f0653698 (diff)
avcodec/pthread_frame: Remove nonsense error message
If a frame-threaded decoder with inter-frame dependencies returns an error when decoding a frame and the returned frame isn't clean, an error message is emitted claiming that this is a bug. This seems to be based upon the thinking that in this case a ThreadFrame has not been properly unreferenced. Yet this is wrong, as decoders with inter-frame dependencies don't use the frame for output for synchronization and therefore don't use ThreadFrames at all for this. So unreferencing this frame generically is fine and not a bug. Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/webp.c')
0 files changed, 0 insertions, 0 deletions