Opened 18 months ago
Closed 18 months ago
#10457 closed defect (fixed)
avcodec_send_packet does not send AVERROR(EAGAIN) anymore
Reported by: | sylware | Owned by: | |
---|---|---|---|
Priority: | critical | Component: | avcodec |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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@khirnov.net>
Date: Tue Jun 20 16:02:34 2023 +0200
lavc/decode: move submitting input packets to bitstream filters
Note:
See TracTickets
for help on using tickets.
Fixed in a92dbeb9ae520d39069381be528c5e8d4756da5f.