return current_video_system

This commit is contained in:
Jacek Jendrzej
2017-08-23 14:30:12 +02:00
parent 41212e3c1a
commit 6100244f5e

View File

@@ -225,7 +225,7 @@ int VDec::GetVideoSystem()
else if(dec_w > 720 && dec_w <= 1280)
current_video_system = VIDEO_STD_720P50;
return 0;
return current_video_system;
}
int cVideo::SetVideoSystem(int system, bool)