summaryrefslogtreecommitdiff
path: root/dxr3demuxdevice.c
diff options
context:
space:
mode:
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;