You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/electronicarts: use 64bit variable for avio_tell() result
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -351,7 +351,7 @@ static int process_ea_header(AVFormatContext *s)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 5 && (!ea->audio_codec || !ea->video_codec); i++) {
|
||||
unsigned int startpos = avio_tell(pb);
|
||||
uint64_t startpos = avio_tell(pb);
|
||||
int err = 0;
|
||||
|
||||
blockid = avio_rl32(pb);
|
||||
|
Reference in New Issue
Block a user