[FFmpeg-soc] [soc]: r5577 - amr/amrnbdata.h

cmcq subversion at mplayerhq.hu
Thu Jan 14 19:54:30 CET 2010


Author: cmcq
Date: Thu Jan 14 19:54:30 2010
New Revision: 5577

Log:
Use N_MODES macro where appropriate

Modified:
   amr/amrnbdata.h

Modified: amr/amrnbdata.h
==============================================================================
--- amr/amrnbdata.h	Thu Jan 14 19:30:52 2010	(r5576)
+++ amr/amrnbdata.h	Thu Jan 14 19:54:30 2010	(r5577)
@@ -368,7 +368,7 @@ static const uint8_t order_MODE_DTX[] = 
  * position of the bitmapping data for each packet type in
  * the AMRNBFrame
  */
-static const uint8_t * const amr_unpacking_bitmaps_per_mode[9] = {
+static const uint8_t * const amr_unpacking_bitmaps_per_mode[N_MODES] = {
     order_MODE_4k75,
     order_MODE_5k15,
     order_MODE_5k9,


More information about the FFmpeg-soc mailing list