1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-03-22 12:27:54 +01:00
parent a9cc413496
commit ef92c352e7

View File

@ -34,8 +34,6 @@
#include "internal.h" #include "internal.h"
#include "avfilter.h" #include "avfilter.h"
#include "filters.h" #include "filters.h"
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "qsvvpp.h" #include "qsvvpp.h"
#include "transpose.h" #include "transpose.h"