[FFmpeg-trac] #7238(avcodec:new): coded_picture_number and display_picture_number = 0 for all frames

FFmpeg trac at avcodec.org
Tue May 29 14:24:21 EEST 2018


#7238: coded_picture_number and display_picture_number = 0 for all frames
---------------------------------+----------------------------------
             Reporter:  Hett     |                     Type:  defect
               Status:  new      |                 Priority:  minor
            Component:  avcodec  |                  Version:
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+----------------------------------
 ffmpeg-git-20180526-64bit-static

 {{{
 $ ffprobe -loglevel error -skip_frame nointra -select_streams v:0
 -show_entries frame  ~/Downloads/test.mkv
 }}}

 next fields equal 0 for all frames:

 coded_picture_number=0
 display_picture_number=0


 {{{

 [FRAME]
 media_type=video
 stream_index=0
 key_frame=1
 pkt_pts=124041
 pkt_pts_time=124.041000
 pkt_dts=137179
 pkt_dts_time=137.179000
 best_effort_timestamp=124041
 best_effort_timestamp_time=124.041000
 pkt_duration=41
 pkt_duration_time=0.041000
 pkt_pos=10744869
 pkt_size=12824
 width=1280
 height=640
 pix_fmt=yuv420p10le
 sample_aspect_ratio=1:1
 pict_type=I
 coded_picture_number=0
 display_picture_number=0
 interlaced_frame=0
 top_field_first=0
 repeat_pict=0
 color_range=tv
 color_space=unknown
 color_primaries=unknown
 color_transfer=unknown
 chroma_location=unspecified
 [/FRAME]

 }}}

 Test file:
 https://www.dropbox.com/s/y82prs3tq2uwfhg/test.mkv?dl=1

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7238>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list