diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-02-12 19:25:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-02-12 19:25:23 +0000 |
commit | 3566042a0dfd7c016e6e9945e63699dd7296adb2 (patch) | |
tree | 8ce68de21e9e8308fd9d1a51ac8825aad6db68e9 /libavcodec/avcodec.h | |
parent | 9f1d760a278f59a015acbc3d432f0fddff57604e (diff) | |
download | ffmpeg-3566042a0dfd7c016e6e9945e63699dd7296adb2.tar.gz |
Try to support truncated h264 frames mixed with mpeg pes headers in mkv.
Fixes issue1585
Originally committed as revision 21772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 34b508301a..838d892bb7 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1308,6 +1308,7 @@ typedef struct AVCodecContext { #define FF_BUG_HPEL_CHROMA 2048 #define FF_BUG_DC_CLIP 4096 #define FF_BUG_MS 8192 ///< Work around various bugs in Microsoft's broken decoders. +#define FF_BUG_TRUNCATED 16384 //#define FF_BUG_FAKE_SCALABILITY 16 //Autodetection should work 100%. /** |