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/dxva2_mpeg2.c | |
parent | 136034d86b5cb1819a2c3e6ecdfeb05dcba7140d (diff) | |
download | ffmpeg-e0c16e4e3259cf50b5bac4c23bb6e517f397c74b.tar.gz |
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Diffstat (limited to 'libavcodec/dxva2_mpeg2.c')
-rw-r--r-- | libavcodec/dxva2_mpeg2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dxva2_mpeg2.c b/libavcodec/dxva2_mpeg2.c index e0b2efa927..b6c23618d2 100644 --- a/libavcodec/dxva2_mpeg2.c +++ b/libavcodec/dxva2_mpeg2.c @@ -22,6 +22,7 @@ #include "libavutil/log.h" #include "dxva2_internal.h" +#include "mpegutils.h" #define MAX_SLICES 1024 struct dxva2_picture_context { |