[FFmpeg-soc] [soc]: r5377 - wmapro/wmaprodec.c

faust3 subversion at mplayerhq.hu
Wed Sep 2 16:43:53 CEST 2009


Author: faust3
Date: Wed Sep  2 16:43:53 2009
New Revision: 5377

Log:
mention that frame_num is not used for decoding

Modified:
   wmapro/wmaprodec.c

Modified: wmapro/wmaprodec.c
==============================================================================
--- wmapro/wmaprodec.c	Mon Aug 31 21:25:03 2009	(r5376)
+++ wmapro/wmaprodec.c	Wed Sep  2 16:43:53 2009	(r5377)
@@ -195,7 +195,7 @@ typedef struct WMAProDecodeCtx {
     uint8_t          packet_loss;                   ///< set in case of bitstream error
 
     /* frame decode state */
-    uint32_t         frame_num;                     ///< current frame number
+    uint32_t         frame_num;                     ///< current frame number (not used for decoding)
     GetBitContext    gb;                            ///< bitstream reader context
     int              buf_bit_size;                  ///< buffer size in bits
     float*           samples;                       ///< current samplebuffer pointer


More information about the FFmpeg-soc mailing list