forked from mia/Aegisub
Comment two unused variables to silence warnings.
Originally committed to SVN as r3452.
This commit is contained in:
parent
aef7375ddb
commit
77e2eaef04
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue