[Ffmpeg-cvslog] r6104 - trunk/libavcodec/mpegaudiodec.c

michael subversion
Sat Aug 26 22:16:54 CEST 2006


Author: michael
Date: Sat Aug 26 22:16:54 2006
New Revision: 6104

Modified:
   trunk/libavcodec/mpegaudiodec.c

Log:
unused var


Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c	(original)
+++ trunk/libavcodec/mpegaudiodec.c	Sat Aug 26 22:16:54 2006
@@ -102,7 +102,6 @@
     int sample_rate;
     int sample_rate_index; /* between 0 and 8 */
     int bit_rate;
-    int old_frame_size;
     GetBitContext gb;
     GetBitContext in_gb;
     int nb_channels;
@@ -2328,8 +2327,6 @@
     memcpy(s->last_buf + s->last_buf_size, ptr, EXTRABYTES);
     s->in_gb= s->gb;
     init_get_bits(&s->gb, s->last_buf + s->last_buf_size - main_data_begin, main_data_begin*8);
-    /* prepare next buffer */
-    s->old_frame_size = s->frame_size;
   }
 
     for(gr=0;gr<nb_granules;gr++) {




More information about the ffmpeg-cvslog mailing list