diff avcodec.h @ 11125:1f13ac0e696b libavcodec

Try to support truncated h264 frames mixed with mpeg pes headers in mkv. Fixes issue1585
author michael
date Fri, 12 Feb 2010 19:25:23 +0000
parents d59349627f52
children 0fc1cdd984b7
line wrap: on
line diff
--- a/avcodec.h	Fri Feb 12 18:18:35 2010 +0000
+++ b/avcodec.h	Fri Feb 12 19:25:23 2010 +0000
@@ -1308,6 +1308,7 @@
 #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%.
 
     /**