From: ghost Date: Mon, 6 Jul 2009 21:01:15 +0000 (+0200) Subject: small fix X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=02420217841c013a4491cbe6fae91803b74be6d9 small fix --- diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 70675fd..e62d778 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -1529,7 +1529,7 @@ int eDVBServicePlay::getInfo(int w) int aspect = -1; if (m_decoder) aspect = m_decoder->getVideoAspect(); - if (no_program_info) + if (aspect == -1 && no_program_info) break; else if (aspect == -1 && !program.videoStreams.empty() && program.videoStreams[0].component_tag != -1) {