$Id: disable-pre-recording.patch 6 2008-02-25 00:36:48Z philipp $

- Disable PRE-RECORDING command
  Saves some precious CPU cycles

Index: menu.c
===================================================================
--- menu.c      (Revision 222)
+++ menu.c      (Arbeitskopie)
@@ -3578,7 +3578,7 @@
      return;
      }

-  cRecordingUserCommand::InvokeCommand(RUC_BEFORERECORDING, fileName);
+  //cRecordingUserCommand::InvokeCommand(RUC_BEFORERECORDING, fileName);
   isyslog("record %s", fileName);
   if (MakeDirs(fileName, true)) {
      const cChannel *ch = timer->Channel();

