BBVS: Add debug output

This commit is contained in:
Eugene Sandulenko 2015-11-16 07:00:58 +01:00
parent cfc626d78d
commit b72d1b9bc7

View File

@ -43,6 +43,8 @@ void BbvsEngine::playVideo(int videoNum) {
return;
}
debug(0, "Screen format: %s", _system->getScreenFormat().toString().c_str());
Video::VideoDecoder *videoDecoder = new Video::AVIDecoder();
if (!videoDecoder->loadFile(videoFilename)) {
delete videoDecoder;