[Libav-user] avformat_open_input failes for > 2gb

Steffen Steffen.Roeber at hella.com
Tue May 21 15:59:23 CEST 2013


Hi,
avformat_open_input returns an error fpr files >2gb. It seems because of
call to file_seek and lseek in file file.c. The given pos is int64 but lseek
only accepts a long, so it returns a -22.
ffplay and ffmpeg works with same file. What do I wrong?



--
View this message in context: http://libav-users.943685.n4.nabble.com/avformat-open-input-failes-for-2gb-tp4657658.html
Sent from the libav-users mailing list archive at Nabble.com.


More information about the Libav-user mailing list