From 43883ee15977ef021bcf747012133e0514243c38 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 9 Oct 2012 08:24:33 +0200 Subject: [PATCH] Fixed setting the video format in the dvbhdffdevice --- CONTRIBUTORS | 1 + HISTORY | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 43141170..814441bf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2899,6 +2899,7 @@ Torsten Lang in case buffers run full for suggesting to increase the size of the TS buffer to 5MB and that of the Recorder buffer to 20MB to better handle HD recordings + for fixing setting the video format in the dvbhdffdevice Christian Ruppert for some improvements to the Makefiles diff --git a/HISTORY b/HISTORY index c9781b57..e7192cad 100644 --- a/HISTORY +++ b/HISTORY @@ -7272,7 +7272,7 @@ Video Disk Recorder Revision History ".keep" to prevent a directory from being deleted when it is empty. Currently the only file name that is ignored is ".sort". -2012-10-07: Version 1.7.32 +2012-10-09: Version 1.7.32 - Pressing the Play key during normal live viewing mode now opens the Recordings menu if there is no "last viewed" recording (thanks to Alexander Wenzel). @@ -7289,3 +7289,4 @@ Video Disk Recorder Revision History change in DVB API 5.8 (reported by Derek Kelly). Removed the meanwhile obsolete definition of FE_CAN_TURBO_FEC. - Fixed some compiler warnings under gcc version 4.7.1. +- Fixed setting the video format in the dvbhdffdevice (thanks to Torsten Lang).