From ae307d9f74bbcce0b5e715492a194f1aa8c8ddf5 Mon Sep 17 00:00:00 2001 From: Dan Donovan Date: Thu, 5 Apr 2007 21:54:47 +0000 Subject: [PATCH] Why did someone screw up GetFloat in video_frame.cpp? Originally committed to SVN as r1012. --- aegisub/video_frame.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/aegisub/video_frame.cpp b/aegisub/video_frame.cpp index 6e34432cb..d26146a32 100644 --- a/aegisub/video_frame.cpp +++ b/aegisub/video_frame.cpp @@ -241,13 +241,7 @@ void AegiVideoFrame::GetFloat(float *buffer) const { if (flipped) src = data[0] + (h-y-1)*pitch[0]; // I think that it requires flipped data - amz else src = data[0] + y*pitch[0]; for (unsigned int x=0;x