mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Comment two unused variables to silence warnings.
Originally committed to SVN as r3452.
This commit is contained in:
parent
aef7375ddb
commit
77e2eaef04
@ -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…
x
Reference in New Issue
Block a user