[MPlayer-dev-eng] [PATCH]VO_VDPAU, round 2
Gwenole Beauchesne
gbeauchesne at splitted-desktop.com
Tue Jan 6 17:39:09 CET 2009
Hi,
On Tue, 6 Jan 2009, Reimar Döffinger wrote:
>> + case VOCTRL_FULLSCREEN:
>> + vo_x11_fullscreen();
>> + case VOCTRL_SET_EQUALIZER:
>> + {
>> + va_list ap;
>> + int value;
>> +
>> + va_start(ap, data);
>> + value = va_arg(ap, int);
>> +
>> + va_end(ap);
>> + return vo_x11_set_equalizer(data, value);
>> + }
>
> Weird indentation.
+ why is VOCTRL_FULLSCREEN case going through VOCTRL_SET_EQUALIZER?
More information about the MPlayer-dev-eng
mailing list