]> git.sesse.net Git - vlc/commitdiff
* Strings review in include/
authorClément Stenac <zorglub@videolan.org>
Sun, 25 Jan 2004 18:17:08 +0000 (18:17 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 25 Jan 2004 18:17:08 +0000 (18:17 +0000)
* Removed trailing spaces

29 files changed:
include/beos_specific.h
include/charset.h
include/codecs.h
include/configuration.h
include/darwin_specific.h
include/intf_eject.h
include/main.h
include/os_specific.h
include/stream_control.h
include/stream_output.h
include/variables.h
include/vlc/aout.h
include/vlc/decoder.h
include/vlc/input.h
include/vlc/intf.h
include/vlc/sout.h
include/vlc/vlc.h
include/vlc/vout.h
include/vlc_config.h
include/vlc_cpu.h
include/vlc_help.h
include/vlc_interface.h
include/vlc_keys.h
include/vlc_messages.h
include/vlc_objects.h
include/vlc_playlist.h
include/vlc_video.h
include/vout_synchro.h
include/win32_specific.h

index 7e3ca073baa94db97c9aad6b2aca18aaf6a7d0ee..c8e8b4b210bc925a825ff549c22ac11a2eb2efa3 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * beos_specific.h: BeOS specific features 
+ * beos_specific.h: BeOS specific features
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: beos_specific.h,v 1.8 2003/01/19 03:16:24 sam Exp $
+ * $Id: beos_specific.h,v 1.9 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 07e068a2b05d15cd5e9bc05e510481dd2cc1aa67..156a2436e351bcb9e631f3ff0fd7835a37ef7839 100644 (file)
@@ -2,7 +2,7 @@
  * charset.h: Determine a canonical name for the current locale's character encoding.
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: charset.h,v 1.1 2003/08/23 12:59:31 hartman Exp $
+ * $Id: charset.h,v 1.2 2004/01/25 18:17:08 zorglub Exp $
  *
  * Author: Derk-Jan Hartman <thedj at users.sourceforge.net>
  *
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index e02429a13db4b9b7e4f9ea761db738f590268d88..63b41326128765c127f1d496ec2eed3827cd0b61 100644 (file)
@@ -2,7 +2,7 @@
  * codecs.h: codec related structures needed by the demuxers and decoders
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: codecs.h,v 1.9 2004/01/04 04:50:24 sam Exp $
+ * $Id: codecs.h,v 1.10 2004/01/25 18:17:08 zorglub Exp $
  *
  * Author: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -155,7 +155,7 @@ static inline void wf_tag_to_fourcc( uint16_t i_tag,
 typedef struct es_sys_t
 {
     char        *psz_header; /* for 'ssa ' and 'subt' */
-    
+
     /* for spudec */
     unsigned int        i_orig_height;
     unsigned int        i_orig_width;
index 0b279bbec244432ac1a5b878e090012b00fee650..5d90c30f977f34d48b92d16bfd75ab24f359534f 100644 (file)
@@ -4,7 +4,7 @@
  * It includes functions allowing to declare, get or set configuration options.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: configuration.h,v 1.33 2003/12/13 17:16:11 gbazin Exp $
+ * $Id: configuration.h,v 1.34 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -12,7 +12,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index dc3eba89334eeb6a9768022bb0529076268b4c28..9a34d52a9cfbb8dad09de530cef16b21d98fb683 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * darwin_specific.h: Darwin specific features 
+ * darwin_specific.h: Darwin specific features
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: darwin_specific.h,v 1.7 2003/01/19 03:16:24 sam Exp $
+ * $Id: darwin_specific.h,v 1.8 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 115ef4c0b4b055ef0880459f3b6305842c4dd167..589f127cd1f7e2d8b3d2695dacd16bb87713efdc 100644 (file)
@@ -2,7 +2,7 @@
  * intf_eject.h: CD/DVD-ROM ejection handling functions
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: intf_eject.h,v 1.5 2002/07/31 20:56:50 sam Exp $
+ * $Id: intf_eject.h,v 1.6 2004/01/25 18:17:08 zorglub Exp $
  *
  * Author: Julien Blache <jb@technologeek.org>
  *
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 8261ae3325ccef95458704c6f775188f2542d941..e57e4d7728f02556bbf740dbcab188c61722b805 100644 (file)
@@ -3,7 +3,7 @@
  * Declaration and extern access to global program object.
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
- * $Id: main.h,v 1.56 2003/10/29 01:33:27 gbazin Exp $
+ * $Id: main.h,v 1.57 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 0485c1f3827c71e9e07f34b5aa35ac04f1c97ea9..87ed1535db5066169049920728bc5ca529a8bfc5 100644 (file)
@@ -2,7 +2,7 @@
  * os_specific.h: OS specific features
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: os_specific.h,v 1.12 2003/09/29 18:20:37 gbazin Exp $
+ * $Id: os_specific.h,v 1.13 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Gildas Bazin <gbazin@netcourrier.com>
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 4dab4c331002046732636d93d3df266f28484434..9a14f896d2c16861a2e7872f8248d94c60e1a649 100644 (file)
@@ -4,7 +4,7 @@
  * of the reading.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: stream_control.h,v 1.11 2003/09/07 22:45:16 fenrir Exp $
+ * $Id: stream_control.h,v 1.12 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -12,7 +12,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 2a0e8b84ceb8311f261b9687008f5517d11630d8..cfedad98452a8d1fccce0099abc3263e2d310008 100644 (file)
@@ -2,7 +2,7 @@
  * stream_output.h : stream output module
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: stream_output.h,v 1.19 2004/01/23 17:56:14 gbazin Exp $
+ * $Id: stream_output.h,v 1.20 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Laurent Aimar <fenrir@via.ecp.fr>
@@ -179,7 +179,7 @@ struct  sout_mux_t
     /* creater private */
     void                    *p_sys_owner;
 #endif
-    
+
     /* XXX private to stream_output.c */
     /* if muxer doesn't support adding stream at any time then we first wait
      *  for stream then we refuse all stream and start muxing */
index 6411d660af88e622966dfd2c5ee7e13831f8b89e..416314b8c7552e1de0807e0b231ea2421c8a60cb 100644 (file)
@@ -2,7 +2,7 @@
  * variables.h: variables handling
  *****************************************************************************
  * Copyright (C) 2002-2004 VideoLAN
- * $Id: variables.h,v 1.21 2004/01/09 22:11:04 hartman Exp $
+ * $Id: variables.h,v 1.22 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Gildas Bazin <gbazin@netcourrier.com>
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -36,8 +36,8 @@
 typedef struct callback_entry_t callback_entry_t;
 
 /**
- * The structure describing a variable. 
- * \note vlc_value_t is the common union for variable values  
+ * The structure describing a variable.
+ * \note vlc_value_t is the common union for variable values
  */
 struct variable_t
 {
index 896c529d7d00809115b70cdc82db381a25f0a5db..afa2cfad082e43fee3a5b1875052436caaabad95 100644 (file)
@@ -2,13 +2,13 @@
  * aout.h: audio output header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: aout.h,v 1.1 2002/06/01 12:31:58 sam Exp $
+ * $Id: aout.h,v 1.2 2004/01/25 18:17:08 zorglub Exp $
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index ced34d751bb306ef5994a883330d39471c65bb9e..1ad6867ecb79ceccd70b3262abfe7ddaa8061d46 100644 (file)
@@ -2,13 +2,13 @@
  * decoder.h: header for vlc decoders
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: decoder.h,v 1.3 2003/10/08 21:01:07 gbazin Exp $
+ * $Id: decoder.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 77e1de8a9056442aa5779b3b0dd22157d49a968a..66e00639a567e1b6de68db6a539c533bc31fec0f 100644 (file)
@@ -2,13 +2,13 @@
  * input.h: input modules header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: input.h,v 1.3 2003/09/07 22:45:16 fenrir Exp $
+ * $Id: input.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index c8185f7bf7ba5f2791b658e3c0d6a7854c5fa8ea..356408cda03726b1de807ab2f46332d5fc32dae4 100644 (file)
@@ -2,13 +2,13 @@
  * intf.h: interface header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: intf.h,v 1.3 2003/06/24 13:33:49 sam Exp $
+ * $Id: intf.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 319ffba27aa876212241196fd61e1a180ab2f60b..8b60518a80d7e1898dc136a76bb9579e815c5120 100644 (file)
@@ -2,13 +2,13 @@
  * sout.h: video output header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: sout.h,v 1.3 2003/09/02 20:19:25 gbazin Exp $
+ * $Id: sout.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -36,7 +36,7 @@ extern "C" {
  *****************************************************************************/
 #include "vlc_block.h"
 #include "stream_output.h"
-        
+
 # ifdef __cplusplus
 }
 # endif
index fbc7dcae5bf5fbed16f3771e7881d9fa02891dea..dc1200458c5eacab31d9e6637bd47f0191c8b5b5 100644 (file)
@@ -2,7 +2,7 @@
  * vlc.h: global header for vlc
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: vlc.h,v 1.29 2004/01/06 08:50:20 zorglub Exp $
+ * $Id: vlc.h,v 1.30 2004/01/25 18:17:08 zorglub Exp $
  *
  * 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
@@ -139,7 +139,7 @@ int     VLC_Play         ( int );
 int     VLC_Pause        ( int );
 int     VLC_Stop         ( int );
 int     VLC_FullScreen   ( int );
-int    VLC_ClearPlaylist( int );
+int     VLC_ClearPlaylist( int );
 vlc_bool_t VLC_IsPlaying ( int );
 
 # ifdef __cplusplus
index 813c4b4d7518e2ea7caf26e6f39db8e456a21b5a..2857e86c056e16f2e9ac930665ec35430dd062d1 100644 (file)
@@ -2,13 +2,13 @@
  * vout.h: video output header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vout.h,v 1.2 2003/06/26 12:19:59 sam Exp $
+ * $Id: vout.h,v 1.3 2004/01/25 18:17:08 zorglub Exp $
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index a12a2fcc5471cc5ca047de7ee9a57c541c2df8b4..62785cbd72614fc02fd255cd3c667c887aecfd51 100644 (file)
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * Channel method
  */
 
-/* Delay between channel changes - this is required to avoid flooding the 
+/* Delay between channel changes - this is required to avoid flooding the
  * channel server */
 #define INPUT_CHANNEL_CHANGE_DELAY      (mtime_t)(5*CLOCK_FREQ)
 
index f3a31c0cbf9b5e89a556f0fbe7843f1a537738cc..7b7c6001fd649d23683d93fce049a283f166919f 100644 (file)
@@ -2,7 +2,7 @@
  * cpu.h: CPU type detection
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlc_cpu.h,v 1.5 2002/11/11 14:39:11 sam Exp $
+ * $Id: vlc_cpu.h,v 1.6 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index 83dcb78624e770ba2c8840025b29a6e80917ecb7..2ca18c00fe6e4bdc0b70dbdd4317400696e86ea7 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_help.h: Help strings
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: vlc_help.h,v 1.6 2003/12/22 02:24:53 sam Exp $
+ * $Id: vlc_help.h,v 1.7 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Clément Stenac <zorglub@videolan.org>
  *          Anil Daoud <anil@videolan.org>
 #define GENERAL_TITLE N_( "VLC preferences" )
 #define GENERAL_HELP N_( \
     "Configure some global options in General Settings " \
-     "and configure each VLC plugin in the Plugins section.\n" \
-     "Click on \"Advanced Options\" to see all options." )
+    "and configure each VLC module in the Modules section.\n" \
+    "Click on \"Advanced Options\" to see all options." )
 
-#define PLUGIN_TITLE N_( "VLC plugins preferences" )
+#define PLUGIN_TITLE N_( "VLC modules preferences" )
 #define PLUGIN_HELP N_( \
-    "In this tree, you can set options for every plugin used by VLC.\n" \
-    "Plugins are sorted by type.\nHave fun tuning VLC!" )
+    "In this tree, you can set options for every module used by VLC.\n" \
+    "Modules are sorted by type.\nHave fun tuning VLC!" )
 
 /*
  *  Then, help for each module capabilities.
@@ -59,7 +59,8 @@
 #define AOUT_HELP N_("These are general settings for audio output modules.")
 
 #define AOUT_ENC_TITLE N_("Audio encoders settings")
-#define AOUT_ENC_HELP N_("These are general settings for audio encoding modules.")
+#define AOUT_ENC_HELP N_( \
+    "These are general settings for audio encoding modules.")
 
 #define CHROMA_TITLE N_("Chroma modules settings")
 #define CHROMA_HELP N_("These settings affect chroma transformation modules.")
     "Video filters can be enabled in the Video section and configured " \
     "here.\n" \
     "Configure the \"adjust\" filter to modify contrast/hue/saturation " \
-    " settings.")
+    "settings.")
 
 /*
  *  A little help for modules with unknown capabilities
index 43546bf94ca597e713495b9401fec6d05cc2187c..428e5fa80db92dfbea21df9aa09eb9bdae9302b8 100644 (file)
@@ -4,7 +4,7 @@
  * interface, such as message output.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: vlc_interface.h,v 1.8 2003/10/29 17:32:54 zorglub Exp $
+ * $Id: vlc_interface.h,v 1.9 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -27,8 +27,8 @@ typedef struct intf_dialog_args_t intf_dialog_args_t;
 
 /**
  * \file
- * This file contains structures and function prototypes for 
- * interface management in vlc 
+ * This file contains structures and function prototypes for
+ * interface management in vlc
  */
 
 
index faeaf2ae4e0337be5fd3f0c1567dcb9d799bcf0b..3938287b11e08c19e2cabcbb3f6df7cda54e7dab 100644 (file)
@@ -2,7 +2,7 @@
  * hotkeys.h: keycode defines
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: vlc_keys.h,v 1.12 2003/12/12 23:03:35 yoann Exp $
+ * $Id: vlc_keys.h,v 1.13 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
@@ -198,27 +198,27 @@ static inline int StringToKey( char *psz_key )
 #define ACTIONID_JUMP_FORWARD_1MIN     21
 #define ACTIONID_JUMP_BACKWARD_5MIN    22
 #define ACTIONID_JUMP_FORWARD_5MIN     23
-#define ACTIONID_POSITION              24 
-#define ACTIONID_VOL_MUTE              25 
+#define ACTIONID_POSITION              24
+#define ACTIONID_VOL_MUTE              25
 /* let ACTIONID_SET_BOOMARK* and ACTIONID_PLAY_BOOKMARK* be contiguous */
-#define ACTIONID_SET_BOOKMARK1         26 
-#define ACTIONID_SET_BOOKMARK2         27 
-#define ACTIONID_SET_BOOKMARK3         28 
-#define ACTIONID_SET_BOOKMARK4         29 
-#define ACTIONID_SET_BOOKMARK5         30 
-#define ACTIONID_SET_BOOKMARK6         31 
-#define ACTIONID_SET_BOOKMARK7         32 
-#define ACTIONID_SET_BOOKMARK8         33 
-#define ACTIONID_SET_BOOKMARK9         34 
-#define ACTIONID_SET_BOOKMARK10        35 
-#define ACTIONID_PLAY_BOOKMARK1        36 
-#define ACTIONID_PLAY_BOOKMARK2        37 
-#define ACTIONID_PLAY_BOOKMARK3        38 
-#define ACTIONID_PLAY_BOOKMARK4        39 
-#define ACTIONID_PLAY_BOOKMARK5        40 
-#define ACTIONID_PLAY_BOOKMARK6        41 
-#define ACTIONID_PLAY_BOOKMARK7        42 
-#define ACTIONID_PLAY_BOOKMARK8        43 
-#define ACTIONID_PLAY_BOOKMARK9        44 
-#define ACTIONID_PLAY_BOOKMARK10       45 
+#define ACTIONID_SET_BOOKMARK1         26
+#define ACTIONID_SET_BOOKMARK2         27
+#define ACTIONID_SET_BOOKMARK3         28
+#define ACTIONID_SET_BOOKMARK4         29
+#define ACTIONID_SET_BOOKMARK5         30
+#define ACTIONID_SET_BOOKMARK6         31
+#define ACTIONID_SET_BOOKMARK7         32
+#define ACTIONID_SET_BOOKMARK8         33
+#define ACTIONID_SET_BOOKMARK9         34
+#define ACTIONID_SET_BOOKMARK10        35
+#define ACTIONID_PLAY_BOOKMARK1        36
+#define ACTIONID_PLAY_BOOKMARK2        37
+#define ACTIONID_PLAY_BOOKMARK3        38
+#define ACTIONID_PLAY_BOOKMARK4        39
+#define ACTIONID_PLAY_BOOKMARK5        40
+#define ACTIONID_PLAY_BOOKMARK6        41
+#define ACTIONID_PLAY_BOOKMARK7        42
+#define ACTIONID_PLAY_BOOKMARK8        43
+#define ACTIONID_PLAY_BOOKMARK9        44
+#define ACTIONID_PLAY_BOOKMARK10       45
 /* end of contiguous zone */
index 53c6ae18ec8b56b347a0224c6471ae6fe893334c..537c624b5549e7a6277b7d3e4639a6f0f24772e3 100644 (file)
@@ -4,7 +4,7 @@
  * interface, such as message output.
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
- * $Id: vlc_messages.h,v 1.10 2003/12/04 17:15:59 gbazin Exp $
+ * $Id: vlc_messages.h,v 1.11 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -55,9 +55,9 @@ typedef struct
 
 /* Message types */
 /** standard messages */
-#define VLC_MSG_INFO  0                               
+#define VLC_MSG_INFO  0
 /** error messages */
-#define VLC_MSG_ERR   1                                  
+#define VLC_MSG_ERR   1
 /** warning messages */
 #define VLC_MSG_WARN  2
 /** debug messages */
index ec74cd0890450ad7bfb83d097d933a7e556a05b1..4f6a5aab35ba0bbbedde1ed125988b315be9b199 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_objects.h: vlc_object_t definition.
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlc_objects.h,v 1.21 2003/11/24 00:39:00 fenrir Exp $
+ * $Id: vlc_objects.h,v 1.22 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -26,7 +26,7 @@
  * This file defines the vlc_object_t structure and object types
  */
 
-/** 
+/**
  * \defgroup vlc_object Objects
  * @{
  */
index 9d80b914dde237e926b5ffff6152cc1e37e9fce0..0c6c9bad32d78ea164ec00b682e86eb073b8e771 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_playlist.h : Playlist functions
  *****************************************************************************
  * Copyright (C) 1999-2004 VideoLAN
- * $Id: vlc_playlist.h,v 1.25 2004/01/23 10:48:08 zorglub Exp $
+ * $Id: vlc_playlist.h,v 1.26 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -232,7 +232,7 @@ static inline vlc_bool_t playlist_IsPlaying( playlist_t * p_playlist )
     vlc_bool_t b_playing;
 
     vlc_mutex_lock( &p_playlist->object_lock );
-    b_playing = p_playlist->i_status == PLAYLIST_RUNNING; 
+    b_playing = p_playlist->i_status == PLAYLIST_RUNNING;
     vlc_mutex_unlock( &p_playlist->object_lock );
 
     return( b_playing );
index 292c2e157237e952f3be01d1f39454dcf18783ff..ef1ef3f286d268b68a9ec4d691d929982387cdb0 100644 (file)
@@ -4,7 +4,7 @@
  * includes all common video types and constants.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: vlc_video.h,v 1.8 2004/01/10 13:59:25 rocky Exp $
+ * $Id: vlc_video.h,v 1.9 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -12,7 +12,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -95,7 +95,7 @@ struct picture_t
     unsigned int    i_nb_fields;                  /**< # of displayed fields */
     vlc_bool_t      b_top_field_first;             /**< which field is first */
     /**@}*/
-    
+
     /** The picture heap we are attached to */
     picture_heap_t* p_heap;
 
index 57ecbcdd6943641993e1932ac096d9dc95642322..8445a6004c793977f1d9700c2509316e2bf24966 100644 (file)
@@ -2,7 +2,7 @@
  * vout_synchro.h: frame-dropping structures
  *****************************************************************************
  * Copyright (C) 1999-2003 VideoLAN
- * $Id: vout_synchro.h,v 1.3 2003/11/04 17:46:18 gbazin Exp $
+ * $Id: vout_synchro.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Jean-Marc Dressler <polux@via.ecp.fr>
@@ -12,7 +12,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -70,7 +70,7 @@ struct vout_synchro_t
 /* Pictures types */
 #define I_CODING_TYPE           1
 #define P_CODING_TYPE           2
-#define B_CODING_TYPE           3     
+#define B_CODING_TYPE           3
 #define D_CODING_TYPE           4 /* MPEG-1 ONLY */
 /* other values are reserved */
 
index 833b41bf637460d1ecd97aa27d23898ed4eb13d5..28ee141725af9f4873f1b62208019c7bcdd641ff 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * win32_specific.h: Win32 specific features 
+ * win32_specific.h: Win32 specific features
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: win32_specific.h,v 1.4 2002/06/01 14:31:32 sam Exp $
+ * $Id: win32_specific.h,v 1.5 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Gildas Bazin <gbazin@netcourrier.com>
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the