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
3d503fff
Commit
3d503fff
authored
Aug 19, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* deleted stray i char
parent
dd0347da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/libvlc.h
src/libvlc.h
+2
-2
No files found.
src/libvlc.h
View file @
3d503fff
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
* libvlc.h: main libvlc header
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.8
1 2003/08/19 11:26:59
hartman Exp $
* $Id: libvlc.h,v 1.8
2 2003/08/19 13:20:27
hartman 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>
...
@@ -32,7 +32,7 @@ static char *ppsz_sout_vcodec[] = { "", "mpgv", "mp4v", "DIV1", "DIV2",
...
@@ -32,7 +32,7 @@ static char *ppsz_sout_vcodec[] = { "", "mpgv", "mp4v", "DIV1", "DIV2",
"MJPG"
,
NULL
};
"MJPG"
,
NULL
};
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"de"
,
"fr"
,
"it"
,
"ja"
,
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"de"
,
"fr"
,
"it"
,
"ja"
,
i
"nl"
,
"no"
,
"pl"
,
"pt_BR"
,
"ru"
,
"sv"
,
NULL
};
"nl"
,
"no"
,
"pl"
,
"pt_BR"
,
"ru"
,
"sv"
,
NULL
};
/*****************************************************************************
/*****************************************************************************
* Configuration options for the main program. Each module will also separatly
* Configuration options for the main program. Each module will also separatly
...
...
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