Commit 023f6baa authored by rtogni's avatar rtogni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11055 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 74ed7f4e
...@@ -503,7 +503,6 @@ static int rm_assemble_video_frame(AVFormatContext *s, RMContext *rm, AVPacket * ...@@ -503,7 +503,6 @@ static int rm_assemble_video_frame(AVFormatContext *s, RMContext *rm, AVPacket *
} }
if(type == 2){ if(type == 2){
len = FFMIN(len, pos); len = FFMIN(len, pos);
pos = len2 - pos;
} }
if(++rm->cur_slice > rm->slices) if(++rm->cur_slice > rm->slices)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment