diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-02-28 13:40:54 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-16 23:04:41 +0100 |
commit | e0c16e4e3259cf50b5bac4c23bb6e517f397c74b (patch) | |
tree | f44e78c30a5426f67d746497f8b2547dd6c1421b /libavcodec/h264.h | |
parent | 136034d86b5cb1819a2c3e6ecdfeb05dcba7140d (diff) | |
download | ffmpeg-e0c16e4e3259cf50b5bac4c23bb6e517f397c74b.tar.gz |
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index a912db728c..e3c0ac04f2 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -38,6 +38,7 @@ #include "h264dsp.h" #include "h264pred.h" #include "h264qpel.h" +#include "mpegutils.h" #include "rectangle.h" #define H264_MAX_PICTURE_COUNT 32 |