summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-02-28 13:40:54 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-03-16 23:04:41 +0100
commite0c16e4e3259cf50b5bac4c23bb6e517f397c74b (patch)
treef44e78c30a5426f67d746497f8b2547dd6c1421b /libavcodec/mpeg4video.c
parent136034d86b5cb1819a2c3e6ecdfeb05dcba7140d (diff)
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Diffstat (limited to 'libavcodec/mpeg4video.c')
-rw-r--r--libavcodec/mpeg4video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg4video.c b/libavcodec/mpeg4video.c
index 979904fc93..84fa26b7a5 100644
--- a/libavcodec/mpeg4video.c
+++ b/libavcodec/mpeg4video.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "mpegutils.h"
#include "mpegvideo.h"
#include "mpeg4video.h"
#include "mpeg4data.h"