changeset 4483:187c981dfcb0 libavformat

Use consistent indent style in oggdec.
author pross
date Sat, 14 Feb 2009 13:44:21 +0000
parents 4398efc7417c
children da64b6d7a2d9
files oggdec.c
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/oggdec.c	Fri Feb 13 23:02:05 2009 +0000
+++ b/oggdec.c	Sat Feb 14 13:44:21 2009 +0000
@@ -271,11 +271,11 @@
                 int seg = os->segments[os->segp++];
                 os->pstart += seg;
                 if (seg < 255)
-                  break;
+                    break;
             }
         }
     }else{
-      os->psize = 0;
+        os->psize = 0;
     }
 
     if (os->bufsize - os->bufpos < size){
@@ -368,13 +368,13 @@
     if (os->header < 0){
         int hdr = os->codec->header (s, idx);
         if (!hdr){
-          os->header = os->seq;
-          os->segp = segp;
-          os->psize = psize;
-          ogg->headers = 1;
+            os->header = os->seq;
+            os->segp = segp;
+            os->psize = psize;
+            ogg->headers = 1;
         }else{
-          os->pstart += os->psize;
-          os->psize = 0;
+            os->pstart += os->psize;
+            os->psize = 0;
         }
     }
 
@@ -480,7 +480,7 @@
     ogg->curidx = -1;
     //linear headers seek from start
     if (ogg_get_headers (s) < 0){
-      return -1;
+        return -1;
     }
 
     //linear granulepos seek from end