On Sat, 19 Apr 2014 14:38:49 +0200
Harald Schlangmann <[email protected]> wrote:

> > Maybe something stupid, like libavformat not being compiled with large
> > file awareness? Some libcs require you to do this to be able to seek
> > past 2 GB.
> 
> How do I set this large file awareness? The corrupted files are indeed larger 
> than 2 GB.
> The video is generated on an Android device (i.e. NDK / JNI), libc used is 
> the one provided with NDK.
> 
> Greetings Harald

I don't know... AFAIK passing -D_FILE_OFFSET_BITS=64 to the compiler is
the way how to do it on systems with semi-broken libcs, such as glibc
or mingw.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to