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

diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index fbbba66..5818031 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -166,11 +166,11 @@ ogg_new_stream (AVFormatContext *s, uint32_t serial, int 
new_avstream)
     os->header = -1;
 
     if (new_avstream) {
-    st = av_new_stream (s, idx);
-    if (!st)
-        return AVERROR(ENOMEM);
+        st = av_new_stream(s, idx);
+        if (!st)
+            return AVERROR(ENOMEM);
 
-    av_set_pts_info(st, 64, 1, 1000000);
+        av_set_pts_info(st, 64, 1, 1000000);
     }
 
     return idx;
-- 
1.7.5.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to