Re: [FFmpeg-devel] [PATCH] x86/vc1dsp: Split the file into MC and loopfilter

2016-02-29 Thread Ronald S. Bultje
Hi,

On Sun, Feb 28, 2016 at 8:26 PM, Timothy Gu  wrote:

> ---
>  libavcodec/x86/Makefile  |   3 +-
>  libavcodec/x86/vc1dsp.asm| 585
> ---
>  libavcodec/x86/vc1dsp_loopfilter.asm | 317 +++
>  libavcodec/x86/vc1dsp_mc.asm | 292 +
>  4 files changed, 611 insertions(+), 586 deletions(-)
>  delete mode 100644 libavcodec/x86/vc1dsp.asm
>  create mode 100644 libavcodec/x86/vc1dsp_loopfilter.asm
>  create mode 100644 libavcodec/x86/vc1dsp_mc.asm


This is kind of hard to review, but I'm going to assume that there's no
actual code changes, in which case this LGTM.

Thanks,
Ronald
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] x86/vc1dsp: Split the file into MC and loopfilter

2016-02-29 Thread Timothy Gu
On Mon, Feb 29, 2016 at 4:57 AM Ronald S. Bultje  wrote:

> This is kind of hard to review, but I'm going to assume that there's no
> actual code changes, in which case this LGTM.
>

No there isn't. Applied, thanks.

Timothy

>
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel