[vlc-devel] [PATCH] kva: support ZOOM
KO Myung-Hun
komh78 at gmail.com
Sun Apr 6 14:53:26 CEST 2014
Rémi Denis-Courmont wrote:
> Le dimanche 6 avril 2014, 12:02:07 KO Myung-Hun a écrit :
>> ---
>> modules/video_output/kva.c | 5 +++--
>> 1 files changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/modules/video_output/kva.c b/modules/video_output/kva.c
>> index 801ef7d..3bc58c6 100644
>> --- a/modules/video_output/kva.c
>> +++ b/modules/video_output/kva.c
>> @@ -495,9 +495,11 @@ static int Control( vout_display_t *vd, int query,
>> va_list args ) }
>>
>> case VOUT_DISPLAY_CHANGE_DISPLAY_SIZE:
>> + case VOUT_DISPLAY_CHANGE_ZOOM:
>> {
>> const vout_display_cfg_t *cfg = va_arg(args, const
>> vout_display_cfg_t *);
>> - bool is_forced = va_arg(args, int);
>> + bool is_forced = va_arg(args, int) ||
>> + query == VOUT_DISPLAY_CHANGE_ZOOM;
>
> There is no second variable argument for this control.
>
Fixed.
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.28 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-kva-support-ZOOM.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140406/01c9d743/attachment.ksh>
More information about the vlc-devel
mailing list