[FFmpeg-devel] Question about h.264 decode
Carl Eugen Hoyos
cehoyos
Mon Jun 18 11:44:42 CEST 2007
Hi!
Gryphon <gryphoncage <at> gmail.com> writes:
> I have a question about decoding h264 ,does libavcodec support
> fragmented h.264 NAL uints defined in rfc3984? If fragmented NAL uints
> were directly sent to libavcodec, will it work?
You will have to set CODEC_FLAG2_CHUNKS in AVCodecContext.flags2.
Beware that this makes AV Sync more difficult: MPlayer cannot handle it
perfectly.
Carl Eugen
More information about the ffmpeg-devel
mailing list