mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
No need to update pos, it's not used after that line
Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6887cb8bc5
commit
69434d2f73
@ -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…
Reference in New Issue
Block a user