1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

add api to enable|disable scaling (unimplemented)

This commit is contained in:
AlexVinS
2014-07-08 17:39:47 +04:00
parent c71237bba3
commit 61b31e5c60
3 changed files with 16 additions and 0 deletions

View File

@ -71,6 +71,8 @@ CVideoPlayer::CVideoPlayer()
// combination of av_register_input_format() /
// av_register_output_format() / av_register_protocol() instead.
av_register_all();
doScale = true;
}
bool CVideoPlayer::open(std::string fname)