[FFmpeg-devel] [PATCH] Check if chroma horizontal scaler is needed in sws_init_swScale().

Ramiro Polla ramiro.polla
Sun Dec 20 18:39:07 CET 2009


On Sun, Dec 20, 2009 at 2:13 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sun, Dec 20, 2009 at 01:44:53AM -0200, Ramiro Polla wrote:
>> .
>
>> ?swscale_internal.h | ? ?2 ++
>> ?swscale_template.c | ? ?9 +++++----
>> ?2 files changed, 7 insertions(+), 4 deletions(-)
>> 60579e126aab8f9b3074437c8dd80ab673dd1c46 ?0005-Check-if-chroma-horizontal-scaler-is-needed-in-sws_i.patch
>> From 55f676668824e2f392fe3b85bb3c72b11c826aca Mon Sep 17 00:00:00 2001
>> From: Ramiro Polla <ramiro.polla at gmail.com>
>> Date: Sun, 20 Dec 2009 01:36:52 -0200
>> Subject: [PATCH] Check if chroma horizontal scaler is needed in sws_init_swScale().
>>
>> ---
>> ?swscale_internal.h | ? ?2 ++
>> ?swscale_template.c | ? ?9 +++++----
>> ?2 files changed, 7 insertions(+), 4 deletions(-)
>>
>> diff --git a/swscale_internal.h b/swscale_internal.h
>> index 6957e57..2cb9ffd 100644
>> --- a/swscale_internal.h
>> +++ b/swscale_internal.h
>> @@ -280,6 +280,8 @@ typedef struct SwsContext {
>> ? ? ?int chrSrcOffset;
>> ? ? ?int alpSrcOffset;
>>
>> + ? ?int hcscale;
>
> id call it do_hcscale or needs_hcscale or doHCScale whatever

Updated.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: needs_hcscale.diff
Type: text/x-diff
Size: 1785 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091220/4115ebe0/attachment.diff>



More information about the ffmpeg-devel mailing list