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
fd6e137a
Commit
fd6e137a
authored
Nov 23, 2003
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update/correct debug flag documentation.
parent
6378fd38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
modules/access/vcdx/vcd.c
modules/access/vcdx/vcd.c
+13
-12
No files found.
modules/access/vcdx/vcd.c
View file @
fd6e137a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vcd.c : VCD input module for vlc
* vcd.c : VCD input module for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000,2003 VideoLAN
* Copyright (C) 2000,2003 VideoLAN
* $Id: vcd.c,v 1.
7 2003/11/23 14:34:19
rocky Exp $
* $Id: vcd.c,v 1.
8 2003/11/23 17:18:00
rocky Exp $
*
*
* Authors: Rocky Bernstein <rocky@panix.com>
* Authors: Rocky Bernstein <rocky@panix.com>
*
*
...
@@ -52,15 +52,18 @@ int E_(DebugCallback) ( vlc_object_t *p_this, const char *psz_name,
...
@@ -52,15 +52,18 @@ int E_(DebugCallback) ( vlc_object_t *p_this, const char *psz_name,
#define DEBUG_TEXT N_("set debug mask for additional debugging.")
#define DEBUG_TEXT N_("set debug mask for additional debugging.")
#define DEBUG_LONGTEXT N_( \
#define DEBUG_LONGTEXT N_( \
"This integer when viewed in binary is a debugging mask\n" \
"This integer when viewed in binary is a debugging mask\n" \
"MRL 1\n" \
"meta info 1\n" \
"external call 2\n" \
"event info 2\n" \
"all calls 4\n" \
"MRL 4\n" \
"LSN 8\n" \
"external call 8\n" \
"PBC (10) 16\n" \
"all calls (10) 16\n" \
"libcdio (20) 32\n" \
"LSN (20) 32\n" \
"seeks (40) 64\n" \
"PBC (40) 64\n" \
"still (80) 128\n" \
"libcdio (80) 128\n" \
"vcdinfo (100) 256\n" )
"seek-set (100) 256\n" \
"seek-cur (200) 512\n" \
"still (400) 1024\n" \
"vcdinfo (800) 2048\n" )
#define DEV_TEXT N_("Video device name")
#define DEV_TEXT N_("Video device name")
#define DEV_LONGTEXT N_( \
#define DEV_LONGTEXT N_( \
...
@@ -95,8 +98,6 @@ vlc_module_begin();
...
@@ -95,8 +98,6 @@ vlc_module_begin();
"Otherwise we play by tracks."
,
"Otherwise we play by tracks."
,
VLC_TRUE
);
VLC_TRUE
);
#ifdef FIXED
#ifdef FIXED
add_submodule
();
add_submodule
();
set_capability
(
"demux"
,
0
);
set_capability
(
"demux"
,
0
);
...
...
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