[FFmpeg-cvslog] r11375 - trunk/libavformat/rmdec.c
diego
subversion
Wed Jan 2 19:53:39 CET 2008
Author: diego
Date: Wed Jan 2 19:53:38 2008
New Revision: 11375
Log:
cosmetics: Reindent.
Modified:
trunk/libavformat/rmdec.c
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c (original)
+++ trunk/libavformat/rmdec.c Wed Jan 2 19:53:38 2008
@@ -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;
More information about the ffmpeg-cvslog
mailing list