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

View file

@ -302,8 +302,8 @@ const AegiVideoFrame FFmpegSourceVideoProvider::GetFrame(int _n) {
FrameNumber = n; FrameNumber = n;
// these are for convenience // these are for convenience
int w = VideoInfo->Width; // int w = VideoInfo->Width;
int h = VideoInfo->Height; // int h = VideoInfo->Height;
// this is what we'll return eventually // this is what we'll return eventually
AegiVideoFrame &DstFrame = CurFrame; AegiVideoFrame &DstFrame = CurFrame;