Browse Source

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

Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Roberto Togni 18 years ago
parent
commit
69434d2f73
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/rmdec.c

+ 0
- 1
libavformat/rmdec.c View File

@@ -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