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.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to