From 77e2eaef04b16ca5f3d9cca40900bf032fb33336 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 2 Sep 2009 08:04:45 +0000 Subject: [PATCH] Comment two unused variables to silence warnings. Originally committed to SVN as r3452. --- aegisub/src/video_provider_ffmpegsource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/src/video_provider_ffmpegsource.cpp b/aegisub/src/video_provider_ffmpegsource.cpp index a8a1a071e..03b2d87a9 100644 --- a/aegisub/src/video_provider_ffmpegsource.cpp +++ b/aegisub/src/video_provider_ffmpegsource.cpp @@ -302,8 +302,8 @@ const AegiVideoFrame FFmpegSourceVideoProvider::GetFrame(int _n) { FrameNumber = n; // these are for convenience - int w = VideoInfo->Width; - int h = VideoInfo->Height; +// int w = VideoInfo->Width; +// int h = VideoInfo->Height; // this is what we'll return eventually AegiVideoFrame &DstFrame = CurFrame;