From 69434d2f73fd2418936f90276a0989ea9520ab05 Mon Sep 17 00:00:00 2001 From: Roberto Togni Date: Mon, 19 Nov 2007 00:02:03 +0000 Subject: No need to update pos, it's not used after that line Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rmdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index 5c36aa55d6..69660eda78 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -503,7 +503,6 @@ static int rm_assemble_video_frame(AVFormatContext *s, RMContext *rm, AVPacket * } if(type == 2){ len = FFMIN(len, pos); - pos = len2 - pos; } if(++rm->cur_slice > rm->slices) -- cgit v1.2.3