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