[FFmpeg-devel] [PATCH 03/14] avformat/av1: Remove superfluous header

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Fri Oct 25 21:07:35 EEST 2019


8d5604a6 added libavcodec/profiles.h, yet this header was not used, as
the FF_PROFILE_AV1_* defines are contained in libavcodec/avcodec.h.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
 libavformat/av1.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/av1.c b/libavformat/av1.c
index b36c5e44ba..6f741f2bd5 100644
--- a/libavformat/av1.c
+++ b/libavformat/av1.c
@@ -22,7 +22,6 @@
 #include "libavutil/mem.h"
 #include "libavcodec/av1.h"
 #include "libavcodec/av1_parse.h"
-#include "libavcodec/profiles.h"
 #include "libavcodec/put_bits.h"
 #include "av1.h"
 #include "avio.h"
-- 
2.20.1



More information about the ffmpeg-devel mailing list