[soc]: r5377 - wmapro/wmaprodec.c
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
participants (1)
-
faust3