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
c351872b
Commit
c351872b
authored
Jun 17, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix commit [
a0a315c8
]
parent
86745676
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+1
-1
modules/demux/avi/libavi.c
modules/demux/avi/libavi.c
+1
-1
No files found.
modules/demux/avi/avi.c
View file @
c351872b
...
...
@@ -549,7 +549,7 @@ static int Open( vlc_object_t * p_this )
__MIN
(
p_vids
->
p_bih
->
biSize
-
sizeof
(
BITMAPINFOHEADER
),
p_vids
->
i_chunk_size
-
sizeof
(
BITMAPINFOHEADER
)
);
fmt
.
p_extra
=
&
p_vids
->
p_bih
[
1
];
msg_Dbg
(
p_demux
,
"stream[%d] video(%4.4s) %
dx%d
%dbpp %ffps"
,
msg_Dbg
(
p_demux
,
"stream[%d] video(%4.4s) %
"
PRIu32
"x%"
PRIu32
"
%dbpp %ffps"
,
i
,
(
char
*
)
&
p_vids
->
p_bih
->
biCompression
,
(
uint32_t
)
p_vids
->
p_bih
->
biWidth
,
(
uint32_t
)
p_vids
->
p_bih
->
biHeight
,
...
...
modules/demux/avi/libavi.c
View file @
c351872b
...
...
@@ -406,7 +406,7 @@ static int AVI_ChunkRead_strf( stream_t *s, avi_chunk_t *p_chk )
}
#ifdef AVI_DEBUG
msg_Dbg
(
(
vlc_object_t
*
)
s
,
"strf: video:%4.4s %
dx%d
planes:%d %dbpp"
,
"strf: video:%4.4s %
"
PRIu32
"x%"
PRIu32
"
planes:%d %dbpp"
,
(
char
*
)
&
p_chk
->
strf
.
vids
.
p_bih
->
biCompression
,
(
uint32_t
)
p_chk
->
strf
.
vids
.
p_bih
->
biWidth
,
(
uint32_t
)
p_chk
->
strf
.
vids
.
p_bih
->
biHeight
,
...
...
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