diff options
Diffstat (limited to 'libavcodec/h261dec.c')
-rw-r--r-- | libavcodec/h261dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 7f8f141067..f35f79185e 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -28,8 +28,8 @@ #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" -#include "h261data.h" #include "h261.h" +#include "h261data.h" #define H261_MBA_VLC_BITS 9 #define H261_MTYPE_VLC_BITS 6 |