Message ID | 20240826014148.67696-1-fei.w.wang@intel.com |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] lavc/qsvenc: Remove duplicate include header file | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
On Ma, 2024-08-26 at 09:41 +0800, fei.w.wang-at-intel.com@ffmpeg.org wrote: > From: Fei Wang <fei.w.wang@intel.com> > > Signed-off-by: Fei Wang <fei.w.wang@intel.com> > --- > libavcodec/qsvenc.h | 2 -- > libavcodec/qsvenc_av1.c | 2 -- > 2 files changed, 4 deletions(-) > > diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h > index e3eb083746..4bc77f2f7c 100644 > --- a/libavcodec/qsvenc.h > +++ b/libavcodec/qsvenc.h > @@ -26,8 +26,6 @@ > #include <stdint.h> > #include <sys/types.h> > > -#include <mfxvideo.h> > - > #include "libavutil/common.h" > #include "libavutil/hwcontext.h" > #include "libavutil/hwcontext_qsv.h" > diff --git a/libavcodec/qsvenc_av1.c b/libavcodec/qsvenc_av1.c > index 56002746b9..f7505a69f8 100644 > --- a/libavcodec/qsvenc_av1.c > +++ b/libavcodec/qsvenc_av1.c > @@ -22,8 +22,6 @@ > #include <stdint.h> > #include <sys/types.h> > > -#include <mfxvideo.h> > - > #include "libavutil/common.h" > #include "libavutil/mastering_display_metadata.h" > #include "libavutil/mem.h" Will apply Thanks Haihao
diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h index e3eb083746..4bc77f2f7c 100644 --- a/libavcodec/qsvenc.h +++ b/libavcodec/qsvenc.h @@ -26,8 +26,6 @@ #include <stdint.h> #include <sys/types.h> -#include <mfxvideo.h> - #include "libavutil/common.h" #include "libavutil/hwcontext.h" #include "libavutil/hwcontext_qsv.h" diff --git a/libavcodec/qsvenc_av1.c b/libavcodec/qsvenc_av1.c index 56002746b9..f7505a69f8 100644 --- a/libavcodec/qsvenc_av1.c +++ b/libavcodec/qsvenc_av1.c @@ -22,8 +22,6 @@ #include <stdint.h> #include <sys/types.h> -#include <mfxvideo.h> - #include "libavutil/common.h" #include "libavutil/mastering_display_metadata.h" #include "libavutil/mem.h"