summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rmdec.c')
-rw-r--r--libavformat/rmdec.c1
1 files changed, 0 insertions, 1 deletions
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)