Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: [ANNOUNCE] dxr3plugin-0.2.3-pre2
Christian Gmeiner wrote:
Hi vdr fans.
After some comments from a guy from vdr-portal i will now release the *very
buggy* pre2.
Thanks for this release! Here is one bug fix which makes dxr3 plugin
output anamorphic video if tv aspect is configured to 16:9 in DVB setup
menu. I added the last line (the aspect codes for DXR3 are a bit
misleading).
---
void cDxr3Interface::SetAspectRatio(uint32_t ratio)
{
static int requestCounter = 0;
Lock();
if (cDxr3ConfigData::Instance().GetForceLetterBox()) ratio =
EM8300_ASPECTRATIO_16_9;
if (Setup.VideoFormat) ratio = EM8300_ASPECTRATIO_4_3;
---
Cheers,
Seppo
Home |
Main Index |
Thread Index