[FFmpeg-trac] #10894(undetermined:closed): FFmpeg can't handle h264 NAL units that are split between packets
FFmpeg
trac at avcodec.org
Wed Mar 6 19:27:27 EET 2024
#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
More information about the FFmpeg-trac
mailing list