On Thu, 2008-11-20 at 01:04 +0200, Georgi Petrov wrote:
> I attach the updated driver.
+ if (vo_panscan_x != 0 || vo_panscan_y != 0){
There should preferably be a space before the opening brace. Basically
standard K & R indentation style. Though at least to me this makes less
difference than the issues I mentioned earlier.