diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-12 10:07:46 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-16 23:05:47 +0100 |
commit | d24e9a99a40166bf881ccd2e3ae5688af4726658 (patch) | |
tree | bfaf3533be4d468d5a667a895e56ed67fc556456 /libavcodec/h264.h | |
parent | 7245a0ae872d4f65396a37d13f5d1d2c2efe11c2 (diff) | |
download | ffmpeg-d24e9a99a40166bf881ccd2e3ae5688af4726658.tar.gz |
h264 does not depend on mpegvideo any more
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index e3c0ac04f2..db14e0810b 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -33,13 +33,14 @@ #include "dsputil.h" #include "error_resilience.h" #include "get_bits.h" -#include "mpegvideo.h" #include "h264chroma.h" #include "h264dsp.h" #include "h264pred.h" #include "h264qpel.h" #include "mpegutils.h" +#include "parser.h" #include "rectangle.h" +#include "videodsp.h" #define H264_MAX_PICTURE_COUNT 32 #define H264_MAX_THREADS 16 |