]> git.sesse.net Git - vlc/blobdiff - modules/access/pvr/pvr.c
* modules/access/*: strings review + coding style fixes.
[vlc] / modules / access / pvr / pvr.c
index 180f88042ce50ce2350af21bda1aa78fc1598be2..4a3d443784bc62a65dca7fc408278142e5012e41 100644 (file)
@@ -2,7 +2,7 @@
  * pvr.c
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: pvr.c,v 1.10 2003/11/23 18:31:54 alexis Exp $
+ * $Id: pvr.c,v 1.11 2004/01/25 17:31:22 gbazin Exp $
  *
  * Authors: Eric Petit <titer@videolan.org>
  *
@@ -74,7 +74,7 @@ static ssize_t Read   ( input_thread_t *, byte_t *, size_t );
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
-    set_description( _("input for encoding cards supported by the ivtv drivers") );
+    set_description( _("MPEG Encoding cards input (with ivtv drivers)") );
     set_capability( "access", 0 );
     add_shortcut( "pvr" );
     set_callbacks( Open, Close );