From: Kieran Kunhya
Signed-off-by: Michael Niedermayer
---
libavcodec/v210enc.c | 78 +
libavcodec/v210enc.h | 31
libavcodec/x86/Makefile |2 ++
libavcodec/x86/v210enc.asm| 75 +++
Kieran Kunhya obe.tv> writes:
> --- a/libavcodec/x86/Makefile
> +++ b/libavcodec/x86/Makefile
> -47,6 +47,7
>x86/rv40dsp_init.o
> OBJS-$(CONFIG_SVQ1_ENCODER)+= x86/svq1enc.o
> OBJS-$(CONFIG_TRUEHD_DECODER) += x86/mlpdsp.
---
libavcodec/v210enc.c | 78 ++-
libavcodec/v210enc.h | 31 +
libavcodec/x86/Makefile | 2 ++
libavcodec/x86/v210enc.asm| 76 +
libavcodec/x86/v210enc_init.c | 31
---
libavcodec/v210enc.c| 78 ++---
libavcodec/v210enc.h| 31
libavcodec/x86/Makefile | 2 ++
3 files changed, 88 insertions(+), 23 deletions(-)
create mode 100644 libavcodec/v210enc.h
diff --git a/libavcodec/v210enc.c b/l