angler-fishThe Vulnerability History Project

cabac: split cabac.h into declarations and function definitions

      This fixes standalone compilation of some decoders with --disable-optimizations.
cabac.h defines some inline functions that use symbols from cabac.c.  Without
optimizations these inline functions are not eliminated and linking fails with
references to non-existing symbols.

Splitting the inline functions off into their own header and only #including
it in the places where the inline functions are used allows #including cabac.h
from anywhere without ill effects.
    
commit 55b9ef18e4a139fc24a3b695cb3c176f3ced09b8
-1
+130 -1
-160
+2 -2
+1 -3
expand_less