I can confirm this. German TV stations need some cropping and with todays SVN it works again. No side effects for me.
Thanks a lot, great job!
Thanks a lot, great job!
I've modified SVN.
I hope nothing is broke.
/Gibman
float fCroppedOutputFrameRatio = ((float)croppedImageWidth / (float)croppedImageHeight) / PixelRatio;
float fSourcePixelRatio = fSourceFrameRatio / ( (float) ImageWidth / (float) ImageHeight);
float fCroppedOutputFrameRatio = fSourcePixelRatio * ((float)croppedImageWidth / (float)croppedImageHeight) / PixelRatio;