From 258c2f115e84950a2fd6ea17b56ccf67b64d0c60 Mon Sep 17 00:00:00 2001 From: scop Date: Wed, 6 Apr 2005 21:07:16 +0000 Subject: Fix aspect ratio after returning from the MPlayer plugin (Luca Olivetti). --- HISTORY | 1 + dxr3interface.c | 1 + 2 files changed, 2 insertions(+) diff --git a/HISTORY b/HISTORY index 033bbaf..0debf73 100644 --- a/HISTORY +++ b/HISTORY @@ -283,3 +283,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 (Ville Skyttä, Martin Cap, Luca Olivetti) - remove unused dxr3unixserversocket.* from 0.2.x (Ville Skyttä) - fix sound with the MP3 plugin and VDR >= 1.3.18 (Antti Järvinen) +- fix aspect ratio after returning from the MPlayer plugin (Luca Olivetti) diff --git a/dxr3interface.c b/dxr3interface.c index e5f34ca..6766a78 100644 --- a/dxr3interface.c +++ b/dxr3interface.c @@ -750,6 +750,7 @@ void cDxr3Interface::ExternalReleaseDevices() if (m_fdSpu > -1) close(m_fdSpu); if (m_fdAudio > -1) close(m_fdAudio); m_fdControl = m_fdVideo = m_fdSpu = m_fdAudio = -1; + m_aspectRatio = UNKNOWN_ASPECT_RATIO; m_ExternalReleased = true; -- cgit v1.2.3