[vlc-devel] [vlc-commits] macosx vout: fix behaviour when macosx-video-autoresize is false

Felix Paul Kühne fkuehne.videolan at gmail.com
Mon Apr 16 11:13:02 CEST 2012


On 16.04.2012, at 11:09, David Fuhrmann wrote:

> +            NSRect bounds = [sys->glView bounds];
> +            if (!config_GetInt(vd, "macosx-video-autoresize"))

You can save one 1 objc selector call here by moving the bounds definition after the if statement, can't you? :-)


Best regards,

Felix


More information about the vlc-devel mailing list