[FFmpeg-devel] sps and pps
Marc Mason
mpeg.blue
Mon Jan 19 10:02:51 CET 2009
Vineeth wrote:
> I would like to know that if the mp4 file parser in libavformat parses the
> sequence parameter set (sps) and picture parameter set (pps) (applicable to
> files with H.264 video).
http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/structSPS.html
http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/structPPS.html
http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/structH264Context.html
static inline int decode_seq_parameter_set(H264Context *h)
http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/h264_8c-source.html#l07024
static inline int decode_picture_parameter_set(H264Context *h, int
bit_length)
http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/h264_8c-source.html#l07169
--
Regards.
More information about the ffmpeg-devel
mailing list