From 277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 21 Nov 2014 12:57:43 +0000 Subject: lavu: move internal define to the only places where it is used --- libavcodec/h263.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h263.h') diff --git a/libavcodec/h263.h b/libavcodec/h263.h index dbbe7cead8..c5e30205bf 100644 --- a/libavcodec/h263.h +++ b/libavcodec/h263.h @@ -29,6 +29,7 @@ #if !FF_API_ASPECT_EXTENDED #define FF_ASPECT_EXTENDED 15 #endif +#define INT_BIT (CHAR_BIT * sizeof(int)) // The defines below define the number of bits that are read at once for // reading vlc values. Changing these may improve speed and data cache needs -- cgit v1.2.3