changeset 3640:c5dffafebdff libavcodec

unused var
author michael
date Sat, 26 Aug 2006 20:16:54 +0000
parents 949bc256f1e3
children b325c92e7bed
files mpegaudiodec.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudiodec.c	Sat Aug 26 18:56:24 2006 +0000
+++ b/mpegaudiodec.c	Sat Aug 26 20:16:54 2006 +0000
@@ -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++) {