]> git.sesse.net Git - vlc/commitdiff
Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct...
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 1 Sep 2003 10:18:56 +0000 (10:18 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 1 Sep 2003 10:18:56 +0000 (10:18 +0000)
modules/access/dvb/access.c
modules/access/dvb/dvb.c
modules/access/dvb/dvb.h
modules/access/dvb/qpsk.c

index ebda11b7bc9ea5ecdbcc1651cdad8587373aef80..8518cbf50125f5dd968ff816c57c4a0e9232792b 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2003 VideoLAN
  *
  * Authors: Johan Bilien <jobi@via.ecp.fr>
- *          Jean-Paul Saman <saman@natlab.research.philips.com>
+ *          Jean-Paul Saman <jpsaman@wxs.nl>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0ffdafb98d023932ea32f2a1c27e2008e5ce1289..7c96bf2800dcbe44aa9552809687ac21019800be 100644 (file)
@@ -5,8 +5,8 @@
  *
  * Authors: Damien Lucas <nitrox@via.ecp.fr>
  *          Johan Bilien <jobi@via.ecp.fr>
- *          Jean-Paul Saman <saman@natlab.research.philips.com>
- *          Christopher Ross <ross@natlab.research.philips.com>
+ *          Jean-Paul Saman <jpsaman@wxs.nl>
+ *          Christopher Ross <chris@tebibyte.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -333,7 +333,7 @@ int ioctl_SetFrontend (input_thread_t * p_input, struct dvb_frontend_parameters
     if (hiband)
         fep.frequency -= u_lnb_lof2;
     else
-        fep.frequency -= u_lnb_lof2;
+        fep.frequency -= u_lnb_lof1;
 
     /* Now send it all to the frontend device */
     if ((ret=ioctl(front, FE_SET_FRONTEND, &fep)) < 0)
index 8ba18ab23c679badec9038de307bfc95ed4c70b2..dbe7c68fa43045e018b01c28dd5011be194c29d1 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 1998-2003 VideoLAN
  *
  * Authors: Johan Bilien <jobi@via.ecp.fr>
- *          Jean-Paul Saman <saman@natlab.research.philips.com>
- *          Christopher Ross <ross@natlab.research.philips.com>
+ *          Jean-Paul Saman <jpsaman@saman>
+ *          Christopher Ross <chris@tebibyte.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 31afcb55c0ed2ceb5de0c64b507bd78ca52c0c78..bc2b9a6b4d6892dc52571851969292ceecb79419 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 2003 VideoLAN
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
- *          Jean-Paul Saman <saman@natlab.research.philips.com>
- *          Christopher Ross <ross@natlab.research.philips.com>
+ *          Jean-Paul Saman <jpsaman@wxs.nl>
+ *          Christopher Ross <chris@tebibyte.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by