[FFmpeg-trac] #4757(avcodec:closed): pkt_size / size incorrect for first IDR frame

FFmpeg trac at avcodec.org
Wed Apr 21 02:24:50 EEST 2021


#4757: pkt_size / size incorrect for first IDR frame
------------------------------------+-----------------------------------
             Reporter:  slhck       |                    Owner:  (none)
                 Type:  defect      |                   Status:  closed
             Priority:  minor       |                Component:  avcodec
              Version:  git-master  |               Resolution:  wontfix
             Keywords:  h264        |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------
Changes (by mkver):

 * status:  new => closed
 * resolution:   => wontfix

Comment:

 These NAL units are not irrelevant to the frame; they are part of the
 access unit that the IDR slice belongs to. (Access unit is also what
 FFmpeg puts into one packet and what most containers expect (although it
 is also supported to have a pair of field pictures in one packet (as is
 common in mpegts)); read the H.264 spec if you want to know how access
 units are delimited.)
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/4757#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list