summaryrefslogtreecommitdiff
path: root/dxr3demuxdevice.c
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2010-01-09 20:02:24 +0100
committerChristian Gmeiner <christian.gmeiner@gmail.com>2010-01-09 20:02:24 +0100
commitb4bd88286023822c67d4fde7379b82c14d2612a0 (patch)
tree607e23ecbfa2582fb480bc10167fc29ceecf9e6f /dxr3demuxdevice.c
parent8d22d3ebd5712d923855031d39aacd4fa172bcde (diff)
downloadvdr-plugin-dxr3-b4bd88286023822c67d4fde7379b82c14d2612a0.tar.gz
vdr-plugin-dxr3-b4bd88286023822c67d4fde7379b82c14d2612a0.tar.bz2
make more use of Accessors
Diffstat (limited to 'dxr3demuxdevice.c')
-rw-r--r--dxr3demuxdevice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c
index c8c0f2f..25d3225 100644
--- a/dxr3demuxdevice.c
+++ b/dxr3demuxdevice.c
@@ -310,7 +310,7 @@ int cDxr3DemuxDevice::DemuxPes(const uint8_t* buf, int length, bool bAc3Dts)
//if (!pTempFrame) /* Push Timeout */
// throw (cDxr3PesFrame::PES_GENERAL_ERROR);
- pTempFrame->SetAspectRatio(pesFrame->GetAspectRatio());
+ pTempFrame->aspectratio(pesFrame->GetAspectRatio());
aBuf.WakeUp();
@@ -334,7 +334,7 @@ int cDxr3DemuxDevice::DemuxPes(const uint8_t* buf, int length, bool bAc3Dts)
//if (!pTempFrame) /* Push Timeout */
// throw (cDxr3PesFrame::PES_GENERAL_ERROR);
- pTempFrame->SetAspectRatio(pesFrame->GetAspectRatio());
+ pTempFrame->aspectratio(pesFrame->GetAspectRatio());
if (synchState == DXR3_DEMUX_AUDIO_SYNCHED) {
synchState = DXR3_DEMUX_SYNCHED;