[FFmpeg-trac] #5514(avcodec:new): Interlaced HEVC Steam not Decoded Properly

FFmpeg trac at avcodec.org
Fri May 6 00:25:38 CEST 2016


#5514: Interlaced HEVC Steam not Decoded Properly
-------------------------------------+-----------------------------------
             Reporter:  jlsantiago0  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by dhelsley):

 There are differences. In #4141, according to the comments the stream in
 question has field_seq_flag=1 but pic_struct=3, which is improper syntax,
 and the reference decoder does the same thing as FFMPEG (output half-
 height frames).

 With this particular elementary stream, field_seq_flag=1 and pic_struct=1
 or 2 depending on which field it is, which is valid interlaced syntax. The
 reference decoder produces proper the interlaced output frames with this
 test vector.

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


More information about the FFmpeg-trac mailing list