提交 679f3fa9 编写于 作者: M Michael Niedermayer

indent

Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 68d48cc5
......@@ -242,7 +242,7 @@ static void put_line(uint8_t *dst, int size, int width, const int *runs)
for(; run > 16; run -= 16)
put_sbits(&pb, 16, mode);
if(run)
put_sbits(&pb, run, mode);
put_sbits(&pb, run, mode);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册