summaryrefslogtreecommitdiff
path: root/libavcodec/h261enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h261enc.c')
-rw-r--r--libavcodec/h261enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c
index a92060a4bb..aea2549c7a 100644
--- a/libavcodec/h261enc.c
+++ b/libavcodec/h261enc.c
@@ -28,8 +28,8 @@
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"
-#include "h261data.h"
#include "h261.h"
+#include "h261data.h"
extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];