[SCM] libav/experimental: Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:54:25 UTC 2013
The following commit has been merged in the experimental branch:
commit e92ad83f54cc14bf9d7f5737b1cea3289c1f280d
Author: Alex Converse <alex.converse at gmail.com>
Date: Wed Nov 11 20:36:42 2009 +0000
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.
Originally committed as revision 20514 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h
index c9eac18..64a3f02 100644
--- a/libavcodec/mpeg4audio.h
+++ b/libavcodec/mpeg4audio.h
@@ -94,7 +94,7 @@ enum AudioObjectType {
AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR)
AOT_SAOC, ///< N Spatial Audio Object Coding
AOT_LD_SURROUND, ///< N Low Delay MPEG Surround
- AOT_USAC = 45, ///< N Unified Speech and Audio Coding
+ AOT_USAC, ///< N Unified Speech and Audio Coding
};
#define MAX_PCE_SIZE 304 ///<Maximum size of a PCE including the 3-bit ID_PCE
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list