mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
Removed libcontrold dependency
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@336 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -804,12 +804,6 @@ bool CUpnpBrowserGui::selectItem(std::string id)
|
||||
|
||||
if (g_settings.video_Format==1)
|
||||
viewer->SetAspectRatio(16.0/9);
|
||||
else if (g_settings.video_Format==0)
|
||||
{
|
||||
CControldClient cdc;
|
||||
cdc.setVideoFormat(CControldClient::VIDEOFORMAT_4_3);
|
||||
viewer->SetAspectRatio(4.0/3);
|
||||
}
|
||||
else
|
||||
viewer->SetAspectRatio(4.0/3);
|
||||
|
||||
|
Reference in New Issue
Block a user