Hello,All:
source base: ffmpeg-2.2.10env:androidso/a: so
When calling the av_fast_realloc or av_fast_malloc. There will be a error ( the
processing will feign death ).
Fixed patch:
---a/libavcodec/utils.c+++b/libavcodec/utils.c@@ -127,1 +127,1 @@-#if
FF_API_FAST_MALLOC && CONFIG_SHARED && HAVE_SYMVER+#if FF_API_FAST_MALLOC &&
(!CONFIG_SHARED) && HAVE_SYMVER
But this bug is fixed in the ffmpeg-2.5.This fixed patch should be used for who
are working on the pre version "ffmpeg-2.2.10".
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel