diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-22 13:06:05 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-23 23:45:39 +0100 |
commit | 1dcd0adedd15f2595d51febbfc171c576c9e080a (patch) | |
tree | b832278f221dd4e06f4918bc42a24e02d56ddec7 /libavformat/av1.c | |
parent | 33df1ba6b29362854b647dc0c116ed8949ecee1f (diff) | |
download | ffmpeg-1dcd0adedd15f2595d51febbfc171c576c9e080a.tar.gz |
avformat: Remove unnecessary inclusions from libavcodec
Also improve the other headers a bit while at it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/av1.c')
-rw-r--r-- | libavformat/av1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/av1.c b/libavformat/av1.c index 7caea0c377..79065d0c9f 100644 --- a/libavformat/av1.c +++ b/libavformat/av1.c @@ -23,7 +23,7 @@ #include "libavutil/mem.h" #include "libavcodec/av1.h" #include "libavcodec/av1_parse.h" -#include "libavcodec/profiles.h" +#include "libavcodec/avcodec.h" #include "libavcodec/put_bits.h" #include "av1.h" #include "avio.h" |