From: bcoudurier Date: Mon, 13 Apr 2009 21:22:19 +0000 (+0000) Subject: fix indentation X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/9c2ccc03e849c6dcfc4c4bb9839fd8d670e03dae fix indentation git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18500 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/ffmpeg.c b/ffmpeg.c index 619dda02d..1a4fcfbc4 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1468,7 +1468,7 @@ static int output_packet(AVInputStream *ist, int ist_index, int fs_tmp = enc->frame_size; enc->frame_size = fifo_bytes / (2 * enc->channels); av_fifo_generic_read(ost->fifo, samples, fifo_bytes, NULL); - ret = avcodec_encode_audio(enc, bit_buffer, bit_buffer_size, samples); + ret = avcodec_encode_audio(enc, bit_buffer, bit_buffer_size, samples); enc->frame_size = fs_tmp; } if(ret <= 0) {