[FFmpeg-cvslog] r25934 - trunk/libavcodec/flac_parser.c
jbr
subversion
Sun Dec 12 01:53:01 CET 2010
Author: jbr
Date: Sun Dec 12 01:53:01 2010
New Revision: 25934
Log:
cosmetics: vertical alignment after last commit
Modified:
trunk/libavcodec/flac_parser.c
Modified: trunk/libavcodec/flac_parser.c
==============================================================================
--- trunk/libavcodec/flac_parser.c Sun Dec 12 01:52:57 2010 (r25933)
+++ trunk/libavcodec/flac_parser.c Sun Dec 12 01:53:01 2010 (r25934)
@@ -545,7 +545,7 @@ static int flac_parse(AVCodecParserConte
/* Pad the end once if EOF, to check the final region for headers. */
if (!buf_size) {
- fpc->end_padded = 1;
+ fpc->end_padded = 1;
buf_size = read_size = MAX_FRAME_HEADER_SIZE;
} else {
/* The maximum read size is the upper-bound of what the parser
@@ -624,7 +624,7 @@ static int flac_parse(AVCodecParserConte
&fpc->wrap_buf,
&fpc->wrap_buf_allocated_size);
return buf_size ? read_size : (fpc->best_header->offset -
- av_fifo_size(fpc->fifo_buf));
+ av_fifo_size(fpc->fifo_buf));
}
if (!buf_size)
return get_best_header(fpc, poutbuf, poutbuf_size);
More information about the ffmpeg-cvslog
mailing list