summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-03-23 12:45:18 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-29 10:00:38 +0200
commit6fe2641d6e410b7bc203138fa97e1118b411f16d (patch)
treeeeac777305bc6e09bb1acc2b6e0ca74661c028c4 /libavcodec/avcodec.h
parentc48456166e95648719a8be8f8613f9dee98205c1 (diff)
lavc: add profile define for DTS Express
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index de8fc201f6..b3a1a3152c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2647,6 +2647,7 @@ typedef struct AVCodecContext {
#define FF_PROFILE_DTS_96_24 40
#define FF_PROFILE_DTS_HD_HRA 50
#define FF_PROFILE_DTS_HD_MA 60
+#define FF_PROFILE_DTS_EXPRESS 70
#define FF_PROFILE_MPEG2_422 0
#define FF_PROFILE_MPEG2_HIGH 1