[FFmpeg-cvslog] r11055 - trunk/libavformat/rmdec.c
rtogni
subversion
Mon Nov 19 01:02:04 CET 2007
Author: rtogni
Date: Mon Nov 19 01:02:03 2007
New Revision: 11055
Log:
No need to update pos, it's not used after that line
Modified:
trunk/libavformat/rmdec.c
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c (original)
+++ trunk/libavformat/rmdec.c Mon Nov 19 01:02:03 2007
@@ -503,7 +503,6 @@ static int rm_assemble_video_frame(AVFor
}
if(type == 2){
len = FFMIN(len, pos);
- pos = len2 - pos;
}
if(++rm->cur_slice > rm->slices)
More information about the ffmpeg-cvslog
mailing list