comparison 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
comparison
equal deleted inserted replaced
11124:85a1b00a2413 11125:1f13ac0e696b
1306 #define FF_BUG_DIRECT_BLOCKSIZE 512 1306 #define FF_BUG_DIRECT_BLOCKSIZE 512
1307 #define FF_BUG_EDGE 1024 1307 #define FF_BUG_EDGE 1024
1308 #define FF_BUG_HPEL_CHROMA 2048 1308 #define FF_BUG_HPEL_CHROMA 2048
1309 #define FF_BUG_DC_CLIP 4096 1309 #define FF_BUG_DC_CLIP 4096
1310 #define FF_BUG_MS 8192 ///< Work around various bugs in Microsoft's broken decoders. 1310 #define FF_BUG_MS 8192 ///< Work around various bugs in Microsoft's broken decoders.
1311 #define FF_BUG_TRUNCATED 16384
1311 //#define FF_BUG_FAKE_SCALABILITY 16 //Autodetection should work 100%. 1312 //#define FF_BUG_FAKE_SCALABILITY 16 //Autodetection should work 100%.
1312 1313
1313 /** 1314 /**
1314 * luma single coefficient elimination threshold 1315 * luma single coefficient elimination threshold
1315 * - encoding: Set by user. 1316 * - encoding: Set by user.