ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Wed May 18 10:22:24 2016 +0200| [b24dafe10572254ff0decc18b0d7c3d3707d5a29] | committer: Anton Khirnov
lavc: drop unnecessary h264dec.h includes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b24dafe10572254ff0decc18b0d7c3d3707d5a29 --- libavcodec/h264_parser.c | 2 +- libavcodec/qsvenc_h264.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index 9233cec..00db1d8 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -34,10 +34,10 @@ #include "libavutil/mem.h" #include "libavutil/pixfmt.h" +#include "avcodec.h" #include "get_bits.h" #include "golomb.h" #include "h264.h" -#include "h264dec.h" #include "h264_sei.h" #include "h264_ps.h" #include "h264data.h" diff --git a/libavcodec/qsvenc_h264.c b/libavcodec/qsvenc_h264.c index 035f9c6..fc4e0b2 100644 --- a/libavcodec/qsvenc_h264.c +++ b/libavcodec/qsvenc_h264.c @@ -26,11 +26,11 @@ #include <mfx/mfxvideo.h> +#include "libavutil/common.h" #include "libavutil/opt.h" #include "avcodec.h" #include "internal.h" -#include "h264dec.h" #include "qsv.h" #include "qsv_internal.h" #include "qsvenc.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog