changeset 6980:ddbc1767b7cd libavcodec

indent
author michael
date Mon, 02 Jun 2008 03:10:40 +0000
parents 4257fdcf664e
children e897f60e5048
files parser.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/parser.c	Mon Jun 02 03:10:00 2008 +0000
+++ b/parser.c	Mon Jun 02 03:10:40 2008 +0000
@@ -123,8 +123,8 @@
         s->cur_frame_dts[k] = dts;
     }
 
-        if (s->fetch_timestamp){
-            s->fetch_timestamp=0;
+    if (s->fetch_timestamp){
+        s->fetch_timestamp=0;
         s->last_pts = s->pts;
         s->last_dts = s->dts;
         s->dts= s->pts= AV_NOPTS_VALUE;
@@ -150,7 +150,7 @@
 
         /* offset of the next frame */
         s->next_frame_offset = s->cur_offset + index;
-            s->fetch_timestamp=1;
+        s->fetch_timestamp=1;
     }
     if (index < 0)
         index = 0;