Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
36fb9ee6
Commit
36fb9ee6
authored
Feb 27, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
parent
6a94cd6b
Changes
1
Hide 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 @
36fb9ee6
...
...
@@ -2,7 +2,7 @@
* avi.c : AVI file Stream input module for vlc
*****************************************************************************
* Copyright (C) 2001-2004 VideoLAN
* $Id: avi.c,v 1.8
8 2004/02/27 14:05:55
fenrir Exp $
* $Id: avi.c,v 1.8
9 2004/02/27 14:22:18
fenrir Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -334,8 +334,8 @@ static int Open( vlc_object_t * p_this )
tk
->
i_codec
=
VLC_FOURCC
(
'R'
,
'V'
,
'2'
,
'4'
);
break
;
case
16
:
tk
->
i_codec
=
VLC_FOURCC
(
'R'
,
'V'
,
'1'
,
'6'
);
break
;
/* tk->i_codec = VLC_FOURCC('R','V','1','6');*/
/* break;*/
case
15
:
tk
->
i_codec
=
VLC_FOURCC
(
'R'
,
'V'
,
'1'
,
'5'
);
break
;
...
...
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