Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Revert "vdr-vnsi add-on: set wrong reported aspect ratio to 0". VDR u…
Browse files Browse the repository at this point in the history
…sers have to upgrade their VNSI plugin.

This reverts commit 600b188.
  • Loading branch information
opdenkamp committed Aug 10, 2011
1 parent 5136a4f commit cca749a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xbmc/pvrclients/vdr-vnsi/VNSIDemux.cpp
Expand Up @@ -454,9 +454,6 @@ bool cVNSIDemux::StreamContentInfo(cResponsePacket *resp)
m_Streams.stream[i].iHeight = resp->extract_U32();
m_Streams.stream[i].iWidth = resp->extract_U32();
m_Streams.stream[i].fAspect = resp->extract_Double();

// ignore fAspect, this is wrong
m_Streams.stream[i].fAspect = 0.0;
}
else if (m_Streams.stream[i].iCodecType == AVMEDIA_TYPE_SUBTITLE)
{
Expand Down

0 comments on commit cca749a

Please sign in to comment.