mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
return current_video_system
This commit is contained in:
@@ -225,7 +225,7 @@ int VDec::GetVideoSystem()
|
|||||||
else if(dec_w > 720 && dec_w <= 1280)
|
else if(dec_w > 720 && dec_w <= 1280)
|
||||||
current_video_system = VIDEO_STD_720P50;
|
current_video_system = VIDEO_STD_720P50;
|
||||||
|
|
||||||
return 0;
|
return current_video_system;
|
||||||
}
|
}
|
||||||
|
|
||||||
int cVideo::SetVideoSystem(int system, bool)
|
int cVideo::SetVideoSystem(int system, bool)
|
||||||
|
Reference in New Issue
Block a user