[FFmpeg-cvslog] r18500 - trunk/ffmpeg.c
bcoudurier
subversion
Mon Apr 13 23:22:20 CEST 2009
Author: bcoudurier
Date: Mon Apr 13 23:22:19 2009
New Revision: 18500
Log:
fix indentation
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Mon Apr 13 22:44:42 2009 (r18499)
+++ trunk/ffmpeg.c Mon Apr 13 23:22:19 2009 (r18500)
@@ -1468,7 +1468,7 @@ static int output_packet(AVInputStream *
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) {
More information about the ffmpeg-cvslog
mailing list