Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
6de15a63
Commit
6de15a63
authored
Jan 25, 2004
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Strings review in include/
* Removed trailing spaces
parent
f7fd8b65
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
97 additions
and
96 deletions
+97
-96
include/beos_specific.h
include/beos_specific.h
+3
-3
include/charset.h
include/charset.h
+2
-2
include/codecs.h
include/codecs.h
+2
-2
include/configuration.h
include/configuration.h
+2
-2
include/darwin_specific.h
include/darwin_specific.h
+3
-3
include/intf_eject.h
include/intf_eject.h
+2
-2
include/main.h
include/main.h
+2
-2
include/os_specific.h
include/os_specific.h
+2
-2
include/stream_control.h
include/stream_control.h
+2
-2
include/stream_output.h
include/stream_output.h
+2
-2
include/variables.h
include/variables.h
+4
-4
include/vlc/aout.h
include/vlc/aout.h
+2
-2
include/vlc/decoder.h
include/vlc/decoder.h
+2
-2
include/vlc/input.h
include/vlc/input.h
+2
-2
include/vlc/intf.h
include/vlc/intf.h
+2
-2
include/vlc/sout.h
include/vlc/sout.h
+3
-3
include/vlc/vlc.h
include/vlc/vlc.h
+2
-2
include/vlc/vout.h
include/vlc/vout.h
+2
-2
include/vlc_config.h
include/vlc_config.h
+2
-2
include/vlc_cpu.h
include/vlc_cpu.h
+2
-2
include/vlc_help.h
include/vlc_help.h
+9
-8
include/vlc_interface.h
include/vlc_interface.h
+3
-3
include/vlc_keys.h
include/vlc_keys.h
+23
-23
include/vlc_messages.h
include/vlc_messages.h
+3
-3
include/vlc_objects.h
include/vlc_objects.h
+3
-3
include/vlc_playlist.h
include/vlc_playlist.h
+2
-2
include/vlc_video.h
include/vlc_video.h
+3
-3
include/vout_synchro.h
include/vout_synchro.h
+3
-3
include/win32_specific.h
include/win32_specific.h
+3
-3
No files found.
include/beos_specific.h
View file @
6de15a63
/*****************************************************************************
/*****************************************************************************
* beos_specific.h: BeOS specific features
* beos_specific.h: BeOS specific features
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* 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>
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
*
*
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/charset.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* charset.h: Determine a canonical name for the current locale's character encoding.
* charset.h: Determine a canonical name for the current locale's character encoding.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* 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>
* Author: Derk-Jan Hartman <thedj at users.sourceforge.net>
*
*
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/codecs.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* codecs.h: codec related structures needed by the demuxers and decoders
* codecs.h: codec related structures needed by the demuxers and decoders
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* 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>
* Author: Gildas Bazin <gbazin@netcourrier.com>
*
*
...
@@ -155,7 +155,7 @@ static inline void wf_tag_to_fourcc( uint16_t i_tag,
...
@@ -155,7 +155,7 @@ static inline void wf_tag_to_fourcc( uint16_t i_tag,
typedef
struct
es_sys_t
typedef
struct
es_sys_t
{
{
char
*
psz_header
;
/* for 'ssa ' and 'subt' */
char
*
psz_header
;
/* for 'ssa ' and 'subt' */
/* for spudec */
/* for spudec */
unsigned
int
i_orig_height
;
unsigned
int
i_orig_height
;
unsigned
int
i_orig_width
;
unsigned
int
i_orig_width
;
...
...
include/configuration.h
View file @
6de15a63
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* It includes functions allowing to declare, get or set configuration options.
* It includes functions allowing to declare, get or set configuration options.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: configuration.h,v 1.3
3 2003/12/13 17:16:11 gbazin
Exp $
* $Id: configuration.h,v 1.3
4 2004/01/25 18:17:08 zorglub
Exp $
*
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
*
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/darwin_specific.h
View file @
6de15a63
/*****************************************************************************
/*****************************************************************************
* darwin_specific.h: Darwin specific features
* darwin_specific.h: Darwin specific features
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* 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>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/intf_eject.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* intf_eject.h: CD/DVD-ROM ejection handling functions
* intf_eject.h: CD/DVD-ROM ejection handling functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* 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>
* Author: Julien Blache <jb@technologeek.org>
*
*
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/main.h
View file @
6de15a63
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Declaration and extern access to global program object.
* Declaration and extern access to global program object.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* $Id: main.h,v 1.5
6 2003/10/29 01:33:27 gbazin
Exp $
* $Id: main.h,v 1.5
7 2004/01/25 18:17:08 zorglub
Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
*
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/os_specific.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* os_specific.h: OS specific features
* os_specific.h: OS specific features
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
* $Id: os_specific.h,v 1.1
2 2003/09/29 18:20:37 gbazin
Exp $
* $Id: os_specific.h,v 1.1
3 2004/01/25 18:17:08 zorglub
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>
* Gildas Bazin <gbazin@netcourrier.com>
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/stream_control.h
View file @
6de15a63
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* of the reading.
* of the reading.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: stream_control.h,v 1.1
1 2003/09/07 22:45:16 fenrir
Exp $
* $Id: stream_control.h,v 1.1
2 2004/01/25 18:17:08 zorglub
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/stream_output.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* stream_output.h : stream output module
* stream_output.h : stream output module
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* 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>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>
...
@@ -179,7 +179,7 @@ struct sout_mux_t
...
@@ -179,7 +179,7 @@ struct sout_mux_t
/* creater private */
/* creater private */
void *p_sys_owner;
void *p_sys_owner;
#endif
#endif
/* XXX private to stream_output.c */
/* XXX private to stream_output.c */
/* if muxer doesn't support adding stream at any time then we first wait
/* if muxer doesn't support adding stream at any time then we first wait
* for stream then we refuse all stream and start muxing */
* for stream then we refuse all stream and start muxing */
...
...
include/variables.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* variables.h: variables handling
* variables.h: variables handling
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002-2004 VideoLAN
* Copyright (C) 2002-2004 VideoLAN
* $Id: variables.h,v 1.2
1 2004/01/09 22:11:04 hartman
Exp $
* $Id: variables.h,v 1.2
2 2004/01/25 18:17:08 zorglub
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>
* Gildas Bazin <gbazin@netcourrier.com>
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
@@ -36,8 +36,8 @@
...
@@ -36,8 +36,8 @@
typedef
struct
callback_entry_t
callback_entry_t
;
typedef
struct
callback_entry_t
callback_entry_t
;
/**
/**
* The structure describing a variable.
* The structure describing a variable.
* \note vlc_value_t is the common union for variable values
* \note vlc_value_t is the common union for variable values
*/
*/
struct
variable_t
struct
variable_t
{
{
...
...
include/vlc/aout.h
View file @
6de15a63
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
* aout.h: audio output header for vlc
* aout.h: audio output header for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* 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
* 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
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/vlc/decoder.h
View file @
6de15a63
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
* decoder.h: header for vlc decoders
* decoder.h: header for vlc decoders
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* 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
* 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
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/vlc/input.h
View file @
6de15a63
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
* input.h: input modules header for vlc
* input.h: input modules header for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* 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
* 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
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/vlc/intf.h
View file @
6de15a63
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
* intf.h: interface header for vlc
* intf.h: interface header for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* 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
* 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
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/vlc/sout.h
View file @
6de15a63
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
* sout.h: video output header for vlc
* sout.h: video output header for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* 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
* 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
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
@@ -36,7 +36,7 @@ extern "C" {
...
@@ -36,7 +36,7 @@ extern "C" {
*****************************************************************************/
*****************************************************************************/
#include "vlc_block.h"
#include "vlc_block.h"
#include "stream_output.h"
#include "stream_output.h"
# ifdef __cplusplus
# ifdef __cplusplus
}
}
# endif
# endif
...
...
include/vlc/vlc.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vlc.h: global header for vlc
* vlc.h: global header for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* 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
* 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
* it under the terms of the GNU General Public License as published by
...
@@ -139,7 +139,7 @@ int VLC_Play ( int );
...
@@ -139,7 +139,7 @@ int VLC_Play ( int );
int
VLC_Pause
(
int
);
int
VLC_Pause
(
int
);
int
VLC_Stop
(
int
);
int
VLC_Stop
(
int
);
int
VLC_FullScreen
(
int
);
int
VLC_FullScreen
(
int
);
int
VLC_ClearPlaylist
(
int
);
int
VLC_ClearPlaylist
(
int
);
vlc_bool_t
VLC_IsPlaying
(
int
);
vlc_bool_t
VLC_IsPlaying
(
int
);
# ifdef __cplusplus
# ifdef __cplusplus
...
...
include/vlc/vout.h
View file @
6de15a63
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
* vout.h: video output header for vlc
* vout.h: video output header for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* 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
* 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
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/vlc_config.h
View file @
6de15a63
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
* Channel method
* 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 */
* channel server */
#define INPUT_CHANNEL_CHANGE_DELAY (mtime_t)(5*CLOCK_FREQ)
#define INPUT_CHANNEL_CHANGE_DELAY (mtime_t)(5*CLOCK_FREQ)
...
...
include/vlc_cpu.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* cpu.h: CPU type detection
* cpu.h: CPU type detection
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* 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>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
include/vlc_help.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vlc_help.h: Help strings
* vlc_help.h: Help strings
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* 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>
* Authors: Clément Stenac <zorglub@videolan.org>
* Anil Daoud <anil@videolan.org>
* Anil Daoud <anil@videolan.org>
...
@@ -32,13 +32,13 @@
...
@@ -32,13 +32,13 @@
#define GENERAL_TITLE N_( "VLC preferences" )
#define GENERAL_TITLE N_( "VLC preferences" )
#define GENERAL_HELP N_( \
#define GENERAL_HELP N_( \
"Configure some global options in General Settings " \
"Configure some global options in General Settings " \
"and configure each VLC plugin in the Plugin
s section.\n" \
"and configure each VLC module in the Module
s section.\n" \
"Click on \"Advanced Options\" to see all options." )
"Click on \"Advanced Options\" to see all options." )
#define PLUGIN_TITLE N_( "VLC
plugin
s preferences" )
#define PLUGIN_TITLE N_( "VLC
module
s preferences" )
#define PLUGIN_HELP N_( \
#define PLUGIN_HELP N_( \
"In this tree, you can set options for every
plugin
used by VLC.\n" \
"In this tree, you can set options for every
module
used by VLC.\n" \
"
Plugin
s are sorted by type.\nHave fun tuning VLC!" )
"
Module
s are sorted by type.\nHave fun tuning VLC!" )
/*
/*
* Then, help for each module capabilities.
* Then, help for each module capabilities.
...
@@ -59,7 +59,8 @@
...
@@ -59,7 +59,8 @@
#define AOUT_HELP N_("These are general settings for audio output modules.")
#define AOUT_HELP N_("These are general settings for audio output modules.")
#define AOUT_ENC_TITLE N_("Audio encoders settings")
#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_TITLE N_("Chroma modules settings")
#define CHROMA_HELP N_("These settings affect chroma transformation modules.")
#define CHROMA_HELP N_("These settings affect chroma transformation modules.")
...
@@ -102,7 +103,7 @@
...
@@ -102,7 +103,7 @@
"Video filters can be enabled in the Video section and configured " \
"Video filters can be enabled in the Video section and configured " \
"here.\n" \
"here.\n" \
"Configure the \"adjust\" filter to modify contrast/hue/saturation " \
"Configure the \"adjust\" filter to modify contrast/hue/saturation " \
"
settings.")
"settings.")
/*
/*
* A little help for modules with unknown capabilities
* A little help for modules with unknown capabilities
...
...
include/vlc_interface.h
View file @
6de15a63
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* interface, such as message output.
* interface, such as message output.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* 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>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
*
...
@@ -27,8 +27,8 @@ typedef struct intf_dialog_args_t intf_dialog_args_t;
...
@@ -27,8 +27,8 @@ typedef struct intf_dialog_args_t intf_dialog_args_t;
/**
/**
* \file
* \file
* This file contains structures and function prototypes for
* This file contains structures and function prototypes for
* interface management in vlc
* interface management in vlc
*/
*/
...
...
include/vlc_keys.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* hotkeys.h: keycode defines
* hotkeys.h: keycode defines
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003 VideoLAN
* $Id: vlc_keys.h,v 1.1
2 2003/12/12 23:03:35 yoann
Exp $
* $Id: vlc_keys.h,v 1.1
3 2004/01/25 18:17:08 zorglub
Exp $
*
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
*
...
@@ -198,27 +198,27 @@ static inline int StringToKey( char *psz_key )
...
@@ -198,27 +198,27 @@ static inline int StringToKey( char *psz_key )
#define ACTIONID_JUMP_FORWARD_1MIN 21
#define ACTIONID_JUMP_FORWARD_1MIN 21
#define ACTIONID_JUMP_BACKWARD_5MIN 22
#define ACTIONID_JUMP_BACKWARD_5MIN 22
#define ACTIONID_JUMP_FORWARD_5MIN 23
#define ACTIONID_JUMP_FORWARD_5MIN 23
#define ACTIONID_POSITION 24
#define ACTIONID_POSITION 24
#define ACTIONID_VOL_MUTE 25
#define ACTIONID_VOL_MUTE 25
/* let ACTIONID_SET_BOOMARK* and ACTIONID_PLAY_BOOKMARK* be contiguous */
/* let ACTIONID_SET_BOOMARK* and ACTIONID_PLAY_BOOKMARK* be contiguous */
#define ACTIONID_SET_BOOKMARK1 26
#define ACTIONID_SET_BOOKMARK1 26
#define ACTIONID_SET_BOOKMARK2 27
#define ACTIONID_SET_BOOKMARK2 27
#define ACTIONID_SET_BOOKMARK3 28
#define ACTIONID_SET_BOOKMARK3 28
#define ACTIONID_SET_BOOKMARK4 29
#define ACTIONID_SET_BOOKMARK4 29
#define ACTIONID_SET_BOOKMARK5 30
#define ACTIONID_SET_BOOKMARK5 30
#define ACTIONID_SET_BOOKMARK6 31
#define ACTIONID_SET_BOOKMARK6 31
#define ACTIONID_SET_BOOKMARK7 32
#define ACTIONID_SET_BOOKMARK7 32
#define ACTIONID_SET_BOOKMARK8 33
#define ACTIONID_SET_BOOKMARK8 33
#define ACTIONID_SET_BOOKMARK9 34
#define ACTIONID_SET_BOOKMARK9 34
#define ACTIONID_SET_BOOKMARK10 35
#define ACTIONID_SET_BOOKMARK10 35
#define ACTIONID_PLAY_BOOKMARK1 36
#define ACTIONID_PLAY_BOOKMARK1 36
#define ACTIONID_PLAY_BOOKMARK2 37
#define ACTIONID_PLAY_BOOKMARK2 37
#define ACTIONID_PLAY_BOOKMARK3 38
#define ACTIONID_PLAY_BOOKMARK3 38
#define ACTIONID_PLAY_BOOKMARK4 39
#define ACTIONID_PLAY_BOOKMARK4 39
#define ACTIONID_PLAY_BOOKMARK5 40
#define ACTIONID_PLAY_BOOKMARK5 40
#define ACTIONID_PLAY_BOOKMARK6 41
#define ACTIONID_PLAY_BOOKMARK6 41
#define ACTIONID_PLAY_BOOKMARK7 42
#define ACTIONID_PLAY_BOOKMARK7 42
#define ACTIONID_PLAY_BOOKMARK8 43
#define ACTIONID_PLAY_BOOKMARK8 43
#define ACTIONID_PLAY_BOOKMARK9 44
#define ACTIONID_PLAY_BOOKMARK9 44
#define ACTIONID_PLAY_BOOKMARK10 45
#define ACTIONID_PLAY_BOOKMARK10 45
/* end of contiguous zone */
/* end of contiguous zone */
include/vlc_messages.h
View file @
6de15a63
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* interface, such as message output.
* interface, such as message output.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
* $Id: vlc_messages.h,v 1.1
0 2003/12/04 17:15:59 gbazin
Exp $
* $Id: vlc_messages.h,v 1.1
1 2004/01/25 18:17:08 zorglub
Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
@@ -55,9 +55,9 @@ typedef struct
...
@@ -55,9 +55,9 @@ typedef struct
/* Message types */
/* Message types */
/** standard messages */
/** standard messages */
#define VLC_MSG_INFO 0
#define VLC_MSG_INFO 0
/** error messages */
/** error messages */
#define VLC_MSG_ERR 1
#define VLC_MSG_ERR 1
/** warning messages */
/** warning messages */
#define VLC_MSG_WARN 2
#define VLC_MSG_WARN 2
/** debug messages */
/** debug messages */
...
...
include/vlc_objects.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vlc_objects.h: vlc_object_t definition.
* vlc_objects.h: vlc_object_t definition.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
* $Id: vlc_objects.h,v 1.2
1 2003/11/24 00:39:00 fenrir
Exp $
* $Id: vlc_objects.h,v 1.2
2 2004/01/25 18:17:08 zorglub
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
* This file defines the vlc_object_t structure and object types
* This file defines the vlc_object_t structure and object types
*/
*/
/**
/**
* \defgroup vlc_object Objects
* \defgroup vlc_object Objects
* @{
* @{
*/
*/
...
...
include/vlc_playlist.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vlc_playlist.h : Playlist functions
* vlc_playlist.h : Playlist functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* Copyright (C) 1999-2004 VideoLAN
* $Id: vlc_playlist.h,v 1.2
5 2004/01/23 10:48
:08 zorglub Exp $
* $Id: vlc_playlist.h,v 1.2
6 2004/01/25 18:17
:08 zorglub Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
@@ -232,7 +232,7 @@ static inline vlc_bool_t playlist_IsPlaying( playlist_t * p_playlist )
...
@@ -232,7 +232,7 @@ static inline vlc_bool_t playlist_IsPlaying( playlist_t * p_playlist )
vlc_bool_t
b_playing
;
vlc_bool_t
b_playing
;
vlc_mutex_lock
(
&
p_playlist
->
object_lock
);
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
);
vlc_mutex_unlock
(
&
p_playlist
->
object_lock
);
return
(
b_playing
);
return
(
b_playing
);
...
...
include/vlc_video.h
View file @
6de15a63
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* includes all common video types and constants.
* includes all common video types and constants.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* 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>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
*
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
@@ -95,7 +95,7 @@ struct picture_t
...
@@ -95,7 +95,7 @@ struct picture_t
unsigned
int
i_nb_fields
;
/**< # of displayed fields */
unsigned
int
i_nb_fields
;
/**< # of displayed fields */
vlc_bool_t
b_top_field_first
;
/**< which field is first */
vlc_bool_t
b_top_field_first
;
/**< which field is first */
/**@}*/
/**@}*/
/** The picture heap we are attached to */
/** The picture heap we are attached to */
picture_heap_t
*
p_heap
;
picture_heap_t
*
p_heap
;
...
...
include/vout_synchro.h
View file @
6de15a63
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vout_synchro.h: frame-dropping structures
* vout_synchro.h: frame-dropping structures
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2003 VideoLAN
* 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>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
@@ -70,7 +70,7 @@ struct vout_synchro_t
...
@@ -70,7 +70,7 @@ struct vout_synchro_t
/* Pictures types */
/* Pictures types */
#define I_CODING_TYPE 1
#define I_CODING_TYPE 1
#define P_CODING_TYPE 2
#define P_CODING_TYPE 2
#define B_CODING_TYPE 3
#define B_CODING_TYPE 3
#define D_CODING_TYPE 4
/* MPEG-1 ONLY */
#define D_CODING_TYPE 4
/* MPEG-1 ONLY */
/* other values are reserved */
/* other values are reserved */
...
...
include/win32_specific.h
View file @
6de15a63
/*****************************************************************************
/*****************************************************************************
* win32_specific.h: Win32 specific features
* win32_specific.h: Win32 specific features
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* 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>
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@netcourrier.com>
* Gildas Bazin <gbazin@netcourrier.com>
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment