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
2629bf5e
Commit
2629bf5e
authored
Feb 17, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AVI: change function prototype for sign-correctness
parent
67f5ba1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+3
-3
No files found.
modules/demux/avi/avi.c
View file @
2629bf5e
...
...
@@ -206,7 +206,7 @@ static int AVI_PacketSearch ( demux_t * );
static
void
AVI_IndexLoad
(
demux_t
*
);
static
void
AVI_IndexCreate
(
demux_t
*
);
static
void
AVI_ExtractSubtitle
(
demux_t
*
,
int
i_stream
,
avi_chunk_list_t
*
,
avi_chunk_STRING_t
*
);
static
void
AVI_ExtractSubtitle
(
demux_t
*
,
unsigned
int
i_stream
,
avi_chunk_list_t
*
,
avi_chunk_STRING_t
*
);
static
mtime_t
AVI_MovieGetLength
(
demux_t
*
);
...
...
@@ -2508,7 +2508,7 @@ static void AVI_MetaLoad( demux_t *p_demux,
* Subtitles
*****************************************************************************/
static
void
AVI_ExtractSubtitle
(
demux_t
*
p_demux
,
int
i_stream
,
unsigned
int
i_stream
,
avi_chunk_list_t
*
p_strl
,
avi_chunk_STRING_t
*
p_strn
)
{
...
...
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