diff options
author | Nuo Mi <nuomi2021@gmail.com> | 2021-01-12 00:33:10 +0800 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-01-11 17:01:34 -0300 |
commit | ebdd33086adc9899959840b616480c42c80653ce (patch) | |
tree | a77fc70a06b8e7df2fa3ef4822f7986afbebfc11 /libavcodec/profiles.h | |
parent | 9219ed213d10fb2ae13da15402f5acf35ffb25ba (diff) | |
download | ffmpeg-ebdd33086adc9899959840b616480c42c80653ce.tar.gz |
avcodec: add vvc codec id and 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 6baaba5701..41a19aa9ad 100644 --- a/libavcodec/profiles.h +++ b/libavcodec/profiles.h @@ -61,6 +61,7 @@ extern const AVProfile ff_dca_profiles[]; extern const AVProfile ff_dnxhd_profiles[]; extern const AVProfile ff_h264_profiles[]; extern const AVProfile ff_hevc_profiles[]; +extern const AVProfile ff_vvc_profiles[]; extern const AVProfile ff_jpeg2000_profiles[]; extern const AVProfile ff_mpeg2_video_profiles[]; extern const AVProfile ff_mpeg4_video_profiles[]; |