Hello, On Sat, Jul 26, 2008 at 10:38:11PM +0800, zhentan feng wrote: > I set breakpoint in ffmpeg.c:1662 and checked that I have stored the codec > type and code id correctly. > > codec_type = CODEC_TYPE_VIDEO, codec_id = CODEC_ID_MPEG4, pix_fmt = > PIX_FMT_YUV420P
Then if the width and height are indeed optional, the mxf demuxer probably should set AVSTREAM_PARSE_HEADERS for each stream where they are not set. _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
