[FFmpeg-trac] #7290(avcodec:closed): avcodec_receive_frame return error, error code is AVERROR(EAGAIN)

FFmpeg trac at avcodec.org
Sun Jul 1 12:58:59 EEST 2018


#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


More information about the FFmpeg-trac mailing list