提交 18389613 编写于 作者: M Michael Niedermayer

qt-faststart: fix signedness of variable used to hold return code

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 91295f03
......@@ -97,7 +97,7 @@ int main(int argc, char *argv[])
uint64_t i, j;
uint32_t offset_count;
uint64_t current_offset;
uint64_t start_offset = 0;
int64_t start_offset = 0;
unsigned char *copy_buffer = NULL;
int bytes_to_copy;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册