summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-05-04 18:37:50 -0300
committerJames Almer <jamrial@gmail.com>2015-05-04 18:39:51 -0300
commit079b7f6eacc09bc2813fc1ddc230ab05022b69c2 (patch)
tree2f99ffce6bec7e9d1b29c248f77ca7733959adc7 /libavcodec/avcodec.h
parentb4cc7d67f564417af5da99c894a305d1fdd75d51 (diff)
vp9: add profile names
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8c7c4201a6..3d5e82d691 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2912,6 +2912,9 @@ typedef struct AVCodecContext {
#define FF_PROFILE_HEVC_MAIN_STILL_PICTURE 3
#define FF_PROFILE_HEVC_REXT 4
+#define FF_PROFILE_VP9_0 0
+#define FF_PROFILE_VP9_1 1
+
/**
* level
* - encoding: Set by user.