mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-24 00:02:53 +00:00
qt-faststart: fix signedness of variable used to hold return code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
91295f03d4
commit
1838961357
@ -97,7 +97,7 @@ int main(int argc, char *argv[])
|
|||||||
uint64_t i, j;
|
uint64_t i, j;
|
||||||
uint32_t offset_count;
|
uint32_t offset_count;
|
||||||
uint64_t current_offset;
|
uint64_t current_offset;
|
||||||
uint64_t start_offset = 0;
|
int64_t start_offset = 0;
|
||||||
unsigned char *copy_buffer = NULL;
|
unsigned char *copy_buffer = NULL;
|
||||||
int bytes_to_copy;
|
int bytes_to_copy;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user