Commit b2b4b527 authored by alexc's avatar alexc

Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20514 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 753c3ee1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment