diff options
Diffstat (limited to 'libs/ffvpx/libavcodec/profiles.h')
-rw-r--r-- | libs/ffvpx/libavcodec/profiles.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ffvpx/libavcodec/profiles.h b/libs/ffvpx/libavcodec/profiles.h index 9d7e211e1..a53b67e7f 100644 --- a/libs/ffvpx/libavcodec/profiles.h +++ b/libs/ffvpx/libavcodec/profiles.h @@ -33,5 +33,8 @@ extern const AVProfile ff_vc1_profiles[]; extern const AVProfile ff_vp9_profiles[]; extern const AVProfile ff_av1_profiles[]; extern const AVProfile ff_sbc_profiles[]; +extern const AVProfile ff_prores_profiles[]; +extern const AVProfile ff_mjpeg_profiles[]; +extern const AVProfile ff_arib_caption_profiles[]; #endif /* AVCODEC_PROFILES_H */ |