No need to update pos, it's not used after that line

Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Roberto Togni 17 years ago
parent 6887cb8bc5
commit 69434d2f73
  1. 1
      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)

Loading…
Cancel
Save