summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2009-02-14 13:44:21 +0000
committerPeter Ross <pross@xvid.org>2009-02-14 13:44:21 +0000
commitbad4a6bbb74feb8440ff38a00d95d899e29778c6 (patch)
treea7155e15ca54645f3c4390271ef8426cb4d8deb5 /libavformat/oggdec.c
parentaea0b32cbc478a6702d161898dd1a711758fea05 (diff)
Use consistent indent style in oggdec.
Originally committed as revision 17227 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r--libavformat/oggdec.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index 08712f6989..28dc56eeb9 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -271,11 +271,11 @@ ogg_read_page (AVFormatContext * s, int *str)
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 @@ ogg_packet (AVFormatContext * s, int *str, int *dstart, int *dsize)
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_read_header (AVFormatContext * s, AVFormatParameters * ap)
ogg->curidx = -1;
//linear headers seek from start
if (ogg_get_headers (s) < 0){
- return -1;
+ return -1;
}
//linear granulepos seek from end