comparison mpegaudio.c @ 1602:fdb8244da1e5 libavcodec

av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
author michael
date Mon, 03 Nov 2003 18:06:54 +0000
parents 932d306bf1dc
children 6f44ab5ad03c
comparison
equal deleted inserted replaced
1601:a70c07e13e8e 1602:fdb8244da1e5
115 /* number of used subbands */ 115 /* number of used subbands */
116 s->sblimit = sblimit_table[table]; 116 s->sblimit = sblimit_table[table];
117 s->alloc_table = alloc_tables[table]; 117 s->alloc_table = alloc_tables[table];
118 118
119 #ifdef DEBUG 119 #ifdef DEBUG
120 av_log(AV_LOG_DEBUG, "%d kb/s, %d Hz, frame_size=%d bits, table=%d, padincr=%x\n", 120 av_log(avctx, AV_LOG_DEBUG, "%d kb/s, %d Hz, frame_size=%d bits, table=%d, padincr=%x\n",
121 bitrate, freq, s->frame_size, table, s->frame_frac_incr); 121 bitrate, freq, s->frame_size, table, s->frame_frac_incr);
122 #endif 122 #endif
123 123
124 for(i=0;i<s->nb_channels;i++) 124 for(i=0;i<s->nb_channels;i++)
125 s->samples_offset[i] = 0; 125 s->samples_offset[i] = 0;