On 22/11/14 21:58, Kieran Kunhya wrote:
--- libavcodec/v210enc.c | 78 ++++++++++++++++++++++++++++++------------- libavcodec/v210enc.h | 31 +++++++++++++++++ libavcodec/x86/Makefile | 2 ++ libavcodec/x86/v210enc.asm | 76 +++++++++++++++++++++++++++++++++++++++++ libavcodec/x86/v210enc_init.c | 31 +++++++++++++++++ 5 files changed, 195 insertions(+), 23 deletions(-) create mode 100644 libavcodec/v210enc.h create mode 100644 libavcodec/x86/v210enc.asm create mode 100644 libavcodec/x86/v210enc_init.c
Looks fine to me, but I'm not that x86 proficient. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
