[FFmpeg-soc] [soc]: r1961 - aac/aactab.h

andoma subversion at mplayerhq.hu
Wed Mar 5 13:26:38 CET 2008


Author: andoma
Date: Wed Mar  5 13:26:38 2008
New Revision: 1961

Log:
use uint32_t for samplerates



Modified:
   aac/aactab.h

Modified: aac/aactab.h
==============================================================================
--- aac/aactab.h	(original)
+++ aac/aactab.h	Wed Mar  5 13:26:38 2008
@@ -32,8 +32,8 @@
 
 #define TNS_MAX_ORDER 20
 
-static const int sampling_table[] = { 96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350 };
-static const int inv_sampling_table[] = { 92017, 75132, 55426, 46009, 37655, 27713, 23004, 18783, 13856, 11502, 9391 };
+static const uint32_t sampling_table[] = { 96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350 };
+static const uint32_t inv_sampling_table[] = { 92017, 75132, 55426, 46009, 37655, 27713, 23004, 18783, 13856, 11502, 9391 };
 
 // scalefactor bands
 static const uint16_t swb_offset_1024_96[] = {



More information about the FFmpeg-soc mailing list