diff options
author | James Almer <jamrial@gmail.com> | 2018-03-28 23:28:34 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-03-29 00:05:52 -0300 |
commit | c0f0c9f5318786904bc87f9278868ff3c3a7802d (patch) | |
tree | 72bc18a8a082299d3d77b3bf41b6bede93c21689 /libavcodec/profiles.h | |
parent | 99cc3cf7a26cd4113e5047034577027d8c6f07a2 (diff) | |
download | ffmpeg-c0f0c9f5318786904bc87f9278868ff3c3a7802d.tar.gz |
avcode/profiles: add AV1 profiles
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/profiles.h')
-rw-r--r-- | libavcodec/profiles.h | 1 |
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 */ |