Author: spyfeng
Date: Thu Jul  2 19:17:42 2009
New Revision: 4571

Log:
indent changed.

Modified:
   seek_api/mpeg.c

Modified: seek_api/mpeg.c
==============================================================================
--- seek_api/mpeg.c     Thu Jul  2 19:16:01 2009        (r4570)
+++ seek_api/mpeg.c     Thu Jul  2 19:17:42 2009        (r4571)
@@ -677,11 +677,11 @@ static int mpegps_read_seek(struct AVFor
                 pos = st->index_entries[index].pos;
             }
 
-        if (find_keyframe(s, stream_index, &pos, &pts, ts, flags) == 0) {
-            goto success;
-        } else {
-            return -1;
-        }
+            if (find_keyframe(s, stream_index, &pos, &pts, ts, flags) == 0) {
+                goto success;
+            } else {
+                return -1;
+            }
         } else {
             url_fseek(s->pb, pos, SEEK_SET);
             goto success;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to