提交 3a3aa49a 编写于 作者: B Baptiste Coudurier

remove useless braces

Originally committed as revision 11911 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 311490cc
......@@ -1435,9 +1435,8 @@ static void mov_build_index(MOVContext *mov, AVStream *st)
} else {
chunk_duration += sc->stts_data[stts_index].duration * chunk_samples;
chunk_samples -= sc->stts_data[stts_index].count;
if (stts_index + 1 < sc->stts_count) {
if (stts_index + 1 < sc->stts_count)
stts_index++;
}
}
}
current_offset += sc->bytes_per_frame;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册