summaryrefslogtreecommitdiffstats
path: root/libMpegTPDec/src/version
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2013-08-27 16:35:59 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2013-08-27 16:35:59 -0700
commit206a397c708738c08edc0229881018edcb8ea793 (patch)
tree3ee77e3e55aef9117d0bc6bc8ed4dd2370903e1c /libMpegTPDec/src/version
parent5016eb7f6582fbb2d72d79be782325a12df08864 (diff)
downloadODR-AudioEnc-206a397c708738c08edc0229881018edcb8ea793.tar.gz
ODR-AudioEnc-206a397c708738c08edc0229881018edcb8ea793.tar.bz2
ODR-AudioEnc-206a397c708738c08edc0229881018edcb8ea793.zip
Decoder parse ASC
* AAC-Decoder - Add support for explicit backward compatible signaling via ASC extension. Bug 9428126 Change-Id: I0cb8226da07e3684bbb7eb95d10b6040973aa0f6
Diffstat (limited to 'libMpegTPDec/src/version')
-rw-r--r--libMpegTPDec/src/version2
1 files changed, 1 insertions, 1 deletions
diff --git a/libMpegTPDec/src/version b/libMpegTPDec/src/version
index 91c4c67..2803347 100644
--- a/libMpegTPDec/src/version
+++ b/libMpegTPDec/src/version
@@ -2,7 +2,7 @@
/* library info */
#define TP_LIB_VL0 2
#define TP_LIB_VL1 3
-#define TP_LIB_VL2 2
+#define TP_LIB_VL2 3
#define TP_LIB_TITLE "MPEG Transport"
#define TP_LIB_BUILD_DATE __DATE__
#define TP_LIB_BUILD_TIME __TIME__