[FFmpeg-soc] [soc]: r4571 - seek_api/mpeg.c
spyfeng
subversion at mplayerhq.hu
Thu Jul 2 19:17:42 CEST 2009
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;
More information about the FFmpeg-soc
mailing list