summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2018-11-02 15:23:16 -0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2018-11-05 12:36:05 -0500
commitcdc487bfc841ce47e64bdd774f7bcc40e3f4a626 (patch)
tree526a68fe956665b4e9fae8c83e0d59c40a8b7363 /libavcodec/avcodec.h
parentfebaa63b0f7f7ef7e80cfc5031e1d0982d9c74ea (diff)
downloadffmpeg-streaming-cdc487bfc841ce47e64bdd774f7bcc40e3f4a626.zip
ffmpeg-streaming-cdc487bfc841ce47e64bdd774f7bcc40e3f4a626.tar.gz
prores: Use profile names in the various encoders and decoders
Export FF_PROFILE_PRORES_* symbols publicly, add a missing one.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 80fa469..3922e89 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2971,6 +2971,13 @@ typedef struct AVCodecContext {
#define FF_PROFILE_SBC_MSBC 1
+#define FF_PROFILE_PRORES_PROXY 0
+#define FF_PROFILE_PRORES_LT 1
+#define FF_PROFILE_PRORES_STANDARD 2
+#define FF_PROFILE_PRORES_HQ 3
+#define FF_PROFILE_PRORES_4444 4
+#define FF_PROFILE_PRORES_XQ 5
+
/**
* level
* - encoding: Set by user.
OpenPOWER on IntegriCloud