问题描述
- 读代码遇到这个,以前没有碰得到过
-
// main encoder loop
while (pic_in && !b_ctrl_c)
{
...
}
fail:
x265_encoder_get_stats(encoder, &stats, sizeof(stats));
...
解决方案
是不是while语句中有goto语句啊?当循环中判断失败时,直接goto 到fail标签,执行下面的函数
解决方案二:
windows引导文件吧
时间: 2024-09-30 15:23:04