SharpAvi icon indicating copy to clipboard operation
SharpAvi copied to clipboard

Made the vertical flip of frames optional.

Open tyronx opened this issue 8 years ago • 0 comments

When writing a frame via OpenTKs GL.ReadPixels(0, 0, width, height, PixelFormat.Bgra, PixelType.UnsignedByte, videoBuffer);

my frame seems to be already correctly oriented and sharpavi turns it upside down again. So here's a few simple getter/setter to make that part configurable.

tyronx avatar Jan 26 '17 16:01 tyronx