Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-03-29 05:28:34 +0300
committerJames Almer <jamrial@gmail.com>2018-03-29 06:05:52 +0300
commitc0f0c9f5318786904bc87f9278868ff3c3a7802d (patch)
tree72bc18a8a082299d3d77b3bf41b6bede93c21689 /libavcodec/profiles.h
parent99cc3cf7a26cd4113e5047034577027d8c6f07a2 (diff)
avcode/profiles: add AV1 profiles
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/profiles.h')
-rw-r--r--libavcodec/profiles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h
index 3783c10c39..9d7e211e15 100644
--- a/libavcodec/profiles.h
+++ b/libavcodec/profiles.h
@@ -31,6 +31,7 @@ extern const AVProfile ff_mpeg2_video_profiles[];
extern const AVProfile ff_mpeg4_video_profiles[];
extern const AVProfile ff_vc1_profiles[];
extern const AVProfile ff_vp9_profiles[];
+extern const AVProfile ff_av1_profiles[];
extern const AVProfile ff_sbc_profiles[];
#endif /* AVCODEC_PROFILES_H */