diff mbox

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

Message ID 20191025180746.13725-3-andreas.rheinhardt@gmail.com
State New
Headers show

Commit Message

Andreas Rheinhardt Oct. 25, 2019, 6:07 p.m. UTC
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@gmail.com>
---
 libavformat/av1.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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"