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

Ramiro Polla ramiro.polla
Mon Dec 21 02:35:06 CET 2009


On Sun, Dec 20, 2009 at 7:26 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sun, Dec 20, 2009 at 03:39:07PM -0200, Ramiro Polla wrote:
>> 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.
>
>> ?swscale_internal.h | ? ?2 ++
>> ?swscale_template.c | ? ?9 +++++----
>> ?2 files changed, 7 insertions(+), 4 deletions(-)
>> 5babe4400b0007460f070b6aeda902fd34fe23f6 ?needs_hcscale.diff
>
> ok

Applied.



More information about the ffmpeg-devel mailing list