diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index c16fb162e0..9a598fa474 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -150,6 +150,9 @@ void ff_init_cabac_states(CABACContext *c, uint8_t const (*lps_range)[4], #if 0 //selftest #define SIZE 10240 + +#include "avcodec.h" + int main(){ CABACContext c; uint8_t b[9*SIZE]; @@ -197,33 +200,33 @@ STOP_TIMER("put_cabac_ueg") for(i=0; i