#10894: FFmpeg can't handle h264 NAL units that are split between packets
----------------------------------+----------------------------------------
             Reporter:  Rokolell  |                    Owner:  (none)
                 Type:  defect    |                   Status:  closed
             Priority:  normal    |                Component:  undetermined
              Version:  6.1       |               Resolution:  invalid
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+----------------------------------------
Changes (by mkver):

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

Comment:

 Our decoders work on proper packets (for the H.264 decoder this means
 "access units", but generally proper NALUs (that don't span multiple
 packets) if the AV_CODEC_FLAG2_CHUNKS is set). If you don't have proper
 packets, use the parsing API to assemble them.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10894#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to