[FFmpeg-cvslog] lavc: add profile define for DTS Express

Hendrik Leppkes git at videolan.org
Sun Mar 29 12:40:00 CEST 2015


ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Mon Mar 23 12:45:18 2015 +0100| [6fe2641d6e410b7bc203138fa97e1118b411f16d] | committer: Anton Khirnov

lavc: add profile define for DTS Express

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fe2641d6e410b7bc203138fa97e1118b411f16d
---

 doc/APIchanges       |    3 +++
 libavcodec/avcodec.h |    1 +
 libavcodec/version.h |    2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index da800c6..75eb66b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil:     2014-08-09
 
 API changes, most recent first:
 
+2015-xx-xx - xxxxxxx - lavc 56.22.0
+  Add FF_PROFILE_DTS_EXPRESS.
+
 2015-xx-xx - xxxxxxx - lavu 54.10.0
   Add AV_PIX_FMT_MMAL for MMAL hardware acceleration.
 
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index de8fc20..b3a1a31 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
diff --git a/libavcodec/version.h b/libavcodec/version.h
index e99e8f9..f6a0b58 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 56
-#define LIBAVCODEC_VERSION_MINOR 21
+#define LIBAVCODEC_VERSION_MINOR 22
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list