[FFmpeg-trac] #8439(avcodec:reopened): audio_frame_queue: Incorrect dequeued timestamps

FFmpeg trac at avcodec.org
Thu Feb 20 20:47:33 EET 2020


#8439: audio_frame_queue: Incorrect dequeued timestamps
-------------------------------------+------------------------------------
             Reporter:  Lastique     |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  normal       |                Component:  avcodec
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------
Changes (by Lastique):

 * status:  closed => reopened
 * resolution:  invalid =>


Comment:

 No. The delay is indicated by `avcodec_receive_packet` returning
 `AVERROR(EAGAIN)` and no packet. Subsequent calls returning packets are
 expected to return timestamps that were passed on input.

 As it is, the encoder does not introduce a delay but a negative offset in
 timestamps.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8439#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list