Index: ffmpeg/libavcodec/h264.h =================================================================== --- ffmpeg/libavcodec/h264.h (revision 17451) +++ ffmpeg/libavcodec/h264.h (working copy) @@ -55,10 +55,13 @@ /* Compiling in interlaced support reduces the speed * of progressive decoding by about 2%. */ -#define ALLOW_INTERLACE +//#define ALLOW_INTERLACE -#define ALLOW_NOCHROMA +//#define ALLOW_NOCHROMA +#undef CODEC_FLAG2_CHUNKS +#define CODEC_FLAG2_CHUNKS 0 + /** * The maximum number of slices supported by the decoder. * must be a power of 2