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
b64c0866
Commit
b64c0866
authored
Dec 10, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some avi with jpeg video.
parent
b1dd2eb4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+1
-0
modules/demux/avi/libavi.h
modules/demux/avi/libavi.h
+1
-0
No files found.
modules/demux/avi/avi.c
View file @
b64c0866
...
@@ -1989,6 +1989,7 @@ static void AVI_ParseStreamHeader( vlc_fourcc_t i_id,
...
@@ -1989,6 +1989,7 @@ static void AVI_ParseStreamHeader( vlc_fourcc_t i_id,
break
;
break
;
case
AVITWOCC_dc
:
case
AVITWOCC_dc
:
case
AVITWOCC_db
:
case
AVITWOCC_db
:
case
AVITWOCC_AC
:
SET_PTR
(
pi_type
,
VIDEO_ES
);
SET_PTR
(
pi_type
,
VIDEO_ES
);
break
;
break
;
default:
default:
...
...
modules/demux/avi/libavi.h
View file @
b64c0866
...
@@ -295,6 +295,7 @@ void AVI_ChunkFreeRoot( stream_t *, avi_chunk_t *p_chk );
...
@@ -295,6 +295,7 @@ void AVI_ChunkFreeRoot( stream_t *, avi_chunk_t *p_chk );
#define AVITWOCC_db VLC_TWOCC('d','b')
#define AVITWOCC_db VLC_TWOCC('d','b')
#define AVITWOCC_dc VLC_TWOCC('d','c')
#define AVITWOCC_dc VLC_TWOCC('d','c')
#define AVITWOCC_pc VLC_TWOCC('p','c')
#define AVITWOCC_pc VLC_TWOCC('p','c')
#define AVITWOCC_AC VLC_TWOCC('A','C')
/* *** codex stuff *** */
/* *** codex stuff *** */
/* Microsoft RLE video */
/* Microsoft RLE video */
...
...
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