comparison oggvorbis.c @ 2893:6f8bcb169256 libavcodec

fix unused variable warnings
author aurel
date Wed, 21 Sep 2005 23:09:16 +0000
parents 99a5981878a2
children ef2149182f1c
comparison
equal deleted inserted replaced
2892:41315d0120b3 2893:6f8bcb169256
292 uint8_t *buf, int buf_size) 292 uint8_t *buf, int buf_size)
293 { 293 {
294 OggVorbisContext *context = avccontext->priv_data ; 294 OggVorbisContext *context = avccontext->priv_data ;
295 float **pcm ; 295 float **pcm ;
296 ogg_packet *op= &context->op; 296 ogg_packet *op= &context->op;
297 int samples, total_samples, total_bytes,i; 297 int samples, total_samples, total_bytes;
298 298
299 if(!buf_size){ 299 if(!buf_size){
300 //FIXME flush 300 //FIXME flush
301 return 0; 301 return 0;
302 } 302 }