Comment two unused variables to silence warnings.

Originally committed to SVN as r3452.
This commit is contained in:
Amar Takhar 2009-09-02 08:04:45 +00:00
parent aef7375ddb
commit 77e2eaef04
1 changed files with 2 additions and 2 deletions

View File

@ -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;