提交 27a2f87d 编写于 作者: R Roberto Togni

1000l: Fix check for max slice number

Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 e29378ff
......@@ -507,7 +507,7 @@ static int rm_assemble_video_frame(AVFormatContext *s, RMContext *rm, AVPacket *
pos = len2 - pos;
}
if(++rm->cur_slice > rm->cur_slice)
if(++rm->cur_slice > rm->slices)
return 1;
AV_WL32(rm->videobuf - 7 + 8*rm->cur_slice, 1);
AV_WL32(rm->videobuf - 3 + 8*rm->cur_slice, rm->videobufpos - 8*rm->slices - 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册