comparison avcodec.h @ 1137:7fb0b38ab5a3 libavcodec

cleaner & more flexible edge bug workaround
author michaelni
date Sat, 15 Mar 2003 20:47:09 +0000
parents c54b6c2a62c7
children e10e841c9bf0
comparison
equal deleted inserted replaced
1136:9eb49e9e8dd9 1137:7fb0b38ab5a3
581 #define FF_BUG_AC_VLC 32 581 #define FF_BUG_AC_VLC 32
582 #define FF_BUG_QPEL_CHROMA 64 582 #define FF_BUG_QPEL_CHROMA 64
583 #define FF_BUG_STD_QPEL 128 583 #define FF_BUG_STD_QPEL 128
584 #define FF_BUG_QPEL_CHROMA2 256 584 #define FF_BUG_QPEL_CHROMA2 256
585 #define FF_BUG_DIRECT_BLOCKSIZE 512 585 #define FF_BUG_DIRECT_BLOCKSIZE 512
586 #define FF_BUG_EDGE 1024
586 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% 587 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
587 588
588 /** 589 /**
589 * luma single coeff elimination threshold. 590 * luma single coeff elimination threshold.
590 * - encoding: set by user 591 * - encoding: set by user