#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

Change History (1)

comment:1 by mkver, 10 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.