#10408: decoder sometimes reporting pts values in incorrect order
------------------------------------+-----------------------------------
             Reporter:  csab6597    |                    Owner:  (none)
                 Type:  defect      |                   Status:  open
             Priority:  important   |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------
Changes (by Balling):

 * priority:  normal => important
 * status:  new => open
 * version:  6.0 => git-master

Comment:

 Sample is here: https://streams.videolan.org/ffmpeg/incoming/02.mp4

 it is now hidden further in commit that removed (already deprecated
 before) coded_picture_number: 651f3aa7f911d897270ee687128d464bddb7883a


 {{{
 [FRAME]
 media_type=video
 stream_index=0
 key_frame=0
 pts=481481
 pts_time=20.061708
 pkt_dts=482482
 pkt_dts_time=20.103417
 best_effort_timestamp=481481
 best_effort_timestamp_time=20.061708
 duration=1001
 duration_time=0.041708
 pkt_pos=24060425
 pkt_size=30016
 width=1920
 height=1080
 crop_top=0
 crop_bottom=0
 crop_left=0
 crop_right=0
 pix_fmt=yuv420p
 sample_aspect_ratio=1:1
 pict_type=B
 interlaced_frame=0
 top_field_first=0
 repeat_pict=0
 color_range=unknown
 color_space=unknown
 color_primaries=unknown
 color_transfer=unknown
 chroma_location=left
 [/FRAME]
 [FRAME]
 media_type=video
 stream_index=0
 key_frame=0
 pts=480480
 pts_time=20.020000
 pkt_dts=483483
 pkt_dts_time=20.145125
 best_effort_timestamp=483483
 best_effort_timestamp_time=20.145125
 duration=1001
 duration_time=0.041708
 pkt_pos=23980133
 pkt_size=80292
 width=1920
 height=1080
 crop_top=0
 crop_bottom=0
 crop_left=0
 crop_right=0
 pix_fmt=yuv420p
 sample_aspect_ratio=1:1
 pict_type=P
 interlaced_frame=0
 top_field_first=0
 repeat_pict=0
 color_range=unknown
 color_space=unknown
 color_primaries=unknown
 color_transfer=unknown
 chroma_location=left
 [/FRAME]
 }}}


 Also see #11136
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10408#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to