diff options
-rw-r--r-- | libavformat/rmdec.c | 2 |
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; |