Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
be91f7e9
Commit
be91f7e9
authored
Feb 27, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/demux/avi/avi.c: compilation fix.
parent
6283c63b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+5
-5
No files found.
modules/demux/avi/avi.c
View file @
be91f7e9
...
...
@@ -2,7 +2,7 @@
* avi.c : AVI file Stream input module for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: avi.c,v 1.3
6 2003/02/27 13:19:43
gbazin Exp $
* $Id: avi.c,v 1.3
7 2003/02/27 16:38:39
gbazin Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -59,11 +59,11 @@ static int AVIDemux_UnSeekable( input_thread_t *p_input );
vlc_module_begin
();
add_category_hint
(
N_
(
"avi-demuxer"
),
NULL
,
VLC_TRUE
);
add_bool
(
"avi-interleaved"
,
0
,
NULL
,
_
(
"force interleaved method"
),
_
(
"force interleaved method"
),
VLC_TRUE
);
N
_
(
"force interleaved method"
),
N
_
(
"force interleaved method"
),
VLC_TRUE
);
add_bool
(
"avi-index"
,
0
,
NULL
,
_
(
"force index creation"
),
_
(
"force index creation"
),
VLC_TRUE
);
N
_
(
"force index creation"
),
N
_
(
"force index creation"
),
VLC_TRUE
);
set_description
(
_
(
"avi demuxer"
)
);
set_capability
(
"demux"
,
212
);
...
...
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