diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-04-22 19:56:17 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-04-22 19:56:17 +0200 |
commit | 42b8437d41bce9ae6058f16e1c3d0edab99bf814 (patch) | |
tree | cd8d52bd09e445a8ab73175039895e242c2d7916 /dxr3device.c | |
parent | 5651440bbd974dbcbcce11c2acefdf8595f02481 (diff) | |
download | vdr-plugin-dxr3-42b8437d41bce9ae6058f16e1c3d0edab99bf814.tar.gz vdr-plugin-dxr3-42b8437d41bce9ae6058f16e1c3d0edab99bf814.tar.bz2 |
fix compile
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dxr3device.c b/dxr3device.c index a22dfea..938eac6 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -587,6 +587,8 @@ void cDxr3Device::playVideoFrame(cDxr3PesFrame *frame, uint32_t pts) } // apply aspect ratio + uint32_t ratio = frame->aspectRatio(); + if (aspectRatio != ratio) { if (ratio == EM8300_ASPECTRATIO_16_9) SetVideoFormat(true); |