diff options
author | Dave Burke <daveburke@google.com> | 2012-06-10 21:50:35 -0700 |
---|---|---|
committer | Dave Burke <daveburke@google.com> | 2012-06-11 20:07:04 -0700 |
commit | 18a4af02f9a877b757be77babd190a2e0b44fbd2 (patch) | |
tree | 24cd840dc4022d293ecb0d4f47cdaa14486dc7c9 /libMpegTPDec/src/version | |
parent | 698b536f3b34a7cfc41a80e1034cc359456bdd66 (diff) | |
download | ODR-AudioEnc-18a4af02f9a877b757be77babd190a2e0b44fbd2.tar.gz ODR-AudioEnc-18a4af02f9a877b757be77babd190a2e0b44fbd2.tar.bz2 ODR-AudioEnc-18a4af02f9a877b757be77babd190a2e0b44fbd2.zip |
Added license boilerplate to all source files.
Change-Id: I42a702487e6db4953dca0027710ea4fe266052fd
Also:
- Removed dead code in several source files.
- Minor changes in comments.
- No functional changes. No changes in executed code.
- Added documentation PDFs.
Diffstat (limited to 'libMpegTPDec/src/version')
-rw-r--r-- | libMpegTPDec/src/version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libMpegTPDec/src/version b/libMpegTPDec/src/version index 6aa18cf..5b9a425 100644 --- a/libMpegTPDec/src/version +++ b/libMpegTPDec/src/version @@ -2,7 +2,7 @@ /* library info */ #define TP_LIB_VL0 2 #define TP_LIB_VL1 2 -#define TP_LIB_VL2 0 +#define TP_LIB_VL2 1 #define TP_LIB_TITLE "MPEG Transport" #define TP_LIB_BUILD_DATE __DATE__ #define TP_LIB_BUILD_TIME __TIME__ |