1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-15 13:55:05 +02:00

lavc: drop unnecessary h264dec.h includes

This commit is contained in:
Anton Khirnov 2016-05-18 10:22:24 +02:00
parent 70b1dcef2d
commit b24dafe105
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"