summaryrefslogtreecommitdiffstats
path: root/libavcodec/h261dec.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-06-16 15:15:19 +0000
committerMåns Rullgård <mans@mansr.com>2007-06-16 15:15:19 +0000
commitb3e83c965d5c3d0f42ed7dc64c70bc59a462b76a (patch)
tree082d0274465c6ad57caa9094733e070ef065d893 /libavcodec/h261dec.c
parent859cfdc0e6aec50430183e9c756e7ef7898c54a5 (diff)
downloadffmpeg-streaming-b3e83c965d5c3d0f42ed7dc64c70bc59a462b76a.zip
ffmpeg-streaming-b3e83c965d5c3d0f42ed7dc64c70bc59a462b76a.tar.gz
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
need to #include "h261data.h" Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261dec.c')
-rw-r--r--libavcodec/h261dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c
index 7f8f141..f35f791 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
OpenPOWER on IntegriCloud