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 <[email protected]> --- 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
