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:
@ -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)
|
||||
|
Reference in New Issue
Block a user