Hi: We have an application that uses libavcodec to play mpeg4 video. It works on arm v5. Now, I recompiled it under arm v7. The application crashed. I traced the problem to the line of MPV_common_init() in function ff_h263_decode_frame() of h263dec.c.
After some investigations, i realized that MPV_common_init_arm() that is called in ff_dct_common_init() is arm version dependent. I would like to know if libavcodec is ready to work on arm v7. Thank you very much, Cheers, _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
