[FFmpeg-soc] [soc]: r1500 - amr/amrnbfloatdec.c
superdump
subversion at mplayerhq.hu
Tue Dec 4 00:44:52 CET 2007
Author: superdump
Date: Tue Dec 4 00:44:52 2007
New Revision: 1500
Log:
Add another missing var to AMRContext.
Modified:
amr/amrnbfloatdec.c
Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c (original)
+++ amr/amrnbfloatdec.c Tue Dec 4 00:44:52 2007
@@ -44,6 +44,7 @@ typedef struct AMRContext {
int16_t *amr_prms; ///< pointer to the decoded amr parameters (lsf coefficients, codebook indices, etc)
int bad_frame_indicator; ///< bad frame ? 1 : 0
int cur_frame_mode; ///< current frame mode
+ int cur_frame_type; ///< current frame type
float prev_lsf_r[LP_FILTER_ORDER];
float lsp[4][LP_FILTER_ORDER]; ///< lsp vectors from current frame
More information about the FFmpeg-soc
mailing list