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

FFmpeg trac at avcodec.org
Thu Feb 20 18:05:11 EET 2020


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

 * version:  unspecified => 4.2


Comment:

 I've attached a test case that demonstrates the problem. The test output
 is:

 Input pts: 0, output pts: -2048
 Input pts: 1024, output pts: -1024
 Input pts: 2048, output pts: 0
 Input pts: 3072, output pts: 1024
 Input pts: 4096, output pts: 2048

 The expected output should list the same values for input and output
 timestamps.

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


More information about the FFmpeg-trac mailing list