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
84fb943b
Commit
84fb943b
authored
Jan 23, 2004
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Omitted option -duration-scaling which caused plugin to stop working.
parent
ff2f9a52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
modules/codec/ogt/cvd.c
modules/codec/ogt/cvd.c
+6
-2
No files found.
modules/codec/ogt/cvd.c
View file @
84fb943b
/*****************************************************************************
* cvd.c : CVD Subtitle decoder thread
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: cvd.c,v 1.1
2 2004/01/16 13:32:37
rocky Exp $
* Copyright (C) 2003
, 2004
VideoLAN
* $Id: cvd.c,v 1.1
3 2004/01/23 08:36:48
rocky Exp $
*
* Authors: Rocky Bernstein
* based on code from:
...
...
@@ -61,6 +61,10 @@ vlc_module_begin();
SUB_ASPECT_RATIO_TEXT
,
SUB_ASPECT_RATIO_LONGTEXT
,
VLC_TRUE
);
add_integer
(
MODULE_STRING
"-duration-scaling"
,
9
,
NULL
,
DURATION_SCALE_TEXT
,
DURATION_SCALE_LONGTEXT
,
VLC_TRUE
);
add_submodule
();
set_description
(
_
(
"Chaoji VCD subtitle packetizer"
)
);
set_capability
(
"packetizer"
,
50
);
...
...
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