[FFmpeg-devel] [PATCH] lavc/qsvenc: no need to include h264.h for jpeg encoder

Zhong Li zhong.li at intel.com
Mon Apr 1 07:22:15 EEST 2019


Signed-off-by: Zhong Li <zhong.li at intel.com>
---
 libavcodec/qsvenc_jpeg.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/qsvenc_jpeg.c b/libavcodec/qsvenc_jpeg.c
index 1e7785a826..1619a335c7 100644
--- a/libavcodec/qsvenc_jpeg.c
+++ b/libavcodec/qsvenc_jpeg.c
@@ -29,7 +29,6 @@
 
 #include "avcodec.h"
 #include "internal.h"
-#include "h264.h"
 #include "qsv.h"
 #include "qsv_internal.h"
 #include "qsvenc.h"
-- 
2.17.1



More information about the ffmpeg-devel mailing list