Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-02-28 16:40:54 +0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-03-17 02:04:41 +0400
commite0c16e4e3259cf50b5bac4c23bb6e517f397c74b (patch)
treef44e78c30a5426f67d746497f8b2547dd6c1421b /libavcodec/h264_mvpred.h
parent136034d86b5cb1819a2c3e6ecdfeb05dcba7140d (diff)
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Diffstat (limited to 'libavcodec/h264_mvpred.h')
-rw-r--r--libavcodec/h264_mvpred.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_mvpred.h b/libavcodec/h264_mvpred.h
index a7545f001f..f7c38879cd 100644
--- a/libavcodec/h264_mvpred.h
+++ b/libavcodec/h264_mvpred.h
@@ -31,6 +31,7 @@
#include "internal.h"
#include "avcodec.h"
#include "h264.h"
+#include "mpegutils.h"
#include <assert.h>