[FFmpeg-trac] #10457(avcodec:new): avcodec_send_packet does not send AVERROR(EAGAIN) anymore
FFmpeg
trac at avcodec.org
Sun Jul 9 20:46:04 EEST 2023
#10457: avcodec_send_packet does not send AVERROR(EAGAIN) anymore
---------------------------------+--------------------------------------
Reporter: sylware | Type: defect
Status: new | Priority: critical
Component: avcodec | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------+--------------------------------------
Is there a major API change?
avcodec_send_packet is not sending AVERROR(EAGAIN) anymore, namely the
decoder is "never full" and actually discards non received frames.
I did bisect the issue:
commit 69516ab3e917a6e91d26e38d04183c60fd71cbab
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Jun 20 16:02:34 2023 +0200
lavc/decode: move submitting input packets to bitstream filters
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10457>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list