Hi Igor,

I did that and had similar problem. I was able to workaround the problems by 
disabling some build optimizations. To be more specific they were: 
--disable-mmx --disable-mmx2 --disable-neon --disable-armv5te --disable-iwmmxt 
--disable-optimizations.

Paulo

On Dec 15, 2009, at 3:37 PM, Igor R wrote:

>> Has anyone managed to do the subj with all the recent ARM-specific
>> optimizations?
>> My application receives MPEG4 video from network, decodes frame by
>> frame with avcodec_decode_video2(), then converts to 32-bit RGB with
>> sws_scale(). On PC (Win32 on Intel) it works well, but on iPhone I
>> always get green garbage.
> 
> No one responded to my question. Does it mean that no one tried to
> decode mpeg4 video on iphone? Or no one encountered such an issue?
> I'd appreciate if someone could share any experience on the subj.
> 
> Thanks!
> _______________________________________________
> libav-user mailing list
> libav-user@mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user

_______________________________________________
libav-user mailing list
libav-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to