[FFmpeg-cvslog] oggdec: reindent after 8f3eebd6

Clément Bœsch git at videolan.org
Mon Apr 25 02:32:49 CEST 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Apr 24 15:40:57 2011 +0200| [dc713546d4ffcd2fbc8e0ecd28fbcf6cd252061a] | committer: Diego Biurrun

oggdec: reindent after 8f3eebd6

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc713546d4ffcd2fbc8e0ecd28fbcf6cd252061a
---

 libavformat/oggdec.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index d272579..8d96320 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -242,14 +242,14 @@ ogg_read_page (AVFormatContext * s, int *str)
     idx = ogg_find_stream (ogg, serial);
     if (idx < 0){
         if (ogg->headers) {
-                int n;
+            int n;
 
-                for (n = 0; n < ogg->nstreams; n++) {
-                    av_freep(&ogg->streams[n].buf);
-                    av_freep(&ogg->streams[n].private);
-                }
-                ogg->curidx   = -1;
-                ogg->nstreams = 0;
+            for (n = 0; n < ogg->nstreams; n++) {
+                av_freep(&ogg->streams[n].buf);
+                av_freep(&ogg->streams[n].private);
+            }
+            ogg->curidx   = -1;
+            ogg->nstreams = 0;
         }
         idx = ogg_new_stream (s, serial);
         if (idx < 0)



More information about the ffmpeg-cvslog mailing list