From e76064172098582148665df15484ae5d4e5194a9 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Fri, 1 Jan 2016 16:25:01 +0100 Subject: lavc: add vp9 profiles to AVCodecDescriptor --- libavcodec/profiles.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/profiles.h') diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h index 0314de351b..7e1f74d0ff 100644 --- a/libavcodec/profiles.h +++ b/libavcodec/profiles.h @@ -30,5 +30,6 @@ extern const AVProfile ff_jpeg2000_profiles[]; 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[]; #endif -- cgit v1.2.1