#7290: avcodec_receive_frame return error, error code is AVERROR(EAGAIN) -------------------------------------+------------------------------------- Reporter: lpz | Owner: Type: sponsoring | Status: closed request | Component: avcodec Priority: normal | Resolution: invalid Version: git-master | Blocked By: Keywords: | Reproduced by developer: 0 AVERROR(EAGAIN) | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cus): * status: new => closed * resolution: => invalid Comment: It is perfectly normal if avcodec_receive_frame returns EAGAIN, it only means you must feed additional packets to the decoder with avcodec_send_packet before you can receive frames. Please read the API docs. -- Ticket URL: <https://trac.ffmpeg.org/ticket/7290#comment:2> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker