summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-02 18:53:38 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-02 18:53:38 +0000
commit8f8fae80b2d86e3b58da73b52c24e9924fbbe16d (patch)
tree7a388025c23e2679eb836809e0a635e4634c1f79 /libavformat
parentb83a84242c795dbf0b6697b8e68c04fe91da1ad0 (diff)
cosmetics: Reindent.
Originally committed as revision 11375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 9f733df132..959419ec23 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -717,7 +717,7 @@ resync:
goto resync;
if(flags&2 && (seq&0x7F) == 1)
- av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME);
+ av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME);
}
return 0;