[SCM] libav/experimental: cosmetics: vertical alignment after last commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:20:02 UTC 2013


The following commit has been merged in the experimental branch:
commit 92b818eb9e31cf89b28e24c95d5598d2fde40f0d
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Sun Dec 12 00:53:01 2010 +0000

    cosmetics: vertical alignment after last commit
    
    Originally committed as revision 25934 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/flac_parser.c b/libavcodec/flac_parser.c
index cb796b5..c5d040e 100644
--- a/libavcodec/flac_parser.c
+++ b/libavcodec/flac_parser.c
@@ -545,7 +545,7 @@ static int flac_parse(AVCodecParserContext *s, AVCodecContext *avctx,
 
         /* 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(AVCodecParserContext *s, AVCodecContext *avctx,
                                                     &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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list