On Fri, Dec 05, 2014 at 06:05:30PM +0800, 杨超 wrote: > 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 the patch lost the \n what error message(s) do you get when it fails ? [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live with honor in this world is to be what we pretend to be. -- Socrates
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel