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
a0a315c8
Commit
a0a315c8
authored
Jun 14, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill warnings.
parent
b5c0d68d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+2
-2
modules/demux/avi/libavi.c
modules/demux/avi/libavi.c
+3
-3
No files found.
modules/demux/avi/avi.c
View file @
a0a315c8
...
...
@@ -551,8 +551,8 @@ static int Open( vlc_object_t * p_this )
fmt
.
p_extra
=
&
p_vids
->
p_bih
[
1
];
msg_Dbg
(
p_demux
,
"stream[%d] video(%4.4s) %dx%d %dbpp %ffps"
,
i
,
(
char
*
)
&
p_vids
->
p_bih
->
biCompression
,
p_vids
->
p_bih
->
biWidth
,
p_vids
->
p_bih
->
biHeight
,
(
uint32_t
)
p_vids
->
p_bih
->
biWidth
,
(
uint32_t
)
p_vids
->
p_bih
->
biHeight
,
p_vids
->
p_bih
->
biBitCount
,
(
float
)
tk
->
i_rate
/
(
float
)
tk
->
i_scale
);
...
...
modules/demux/avi/libavi.c
View file @
a0a315c8
...
...
@@ -408,8 +408,8 @@ static int AVI_ChunkRead_strf( stream_t *s, avi_chunk_t *p_chk )
msg_Dbg
(
(
vlc_object_t
*
)
s
,
"strf: video:%4.4s %dx%d planes:%d %dbpp"
,
(
char
*
)
&
p_chk
->
strf
.
vids
.
p_bih
->
biCompression
,
p_chk
->
strf
.
vids
.
p_bih
->
biWidth
,
p_chk
->
strf
.
vids
.
p_bih
->
biHeight
,
(
uint32_t
)
p_chk
->
strf
.
vids
.
p_bih
->
biWidth
,
(
uint32_t
)
p_chk
->
strf
.
vids
.
p_bih
->
biHeight
,
p_chk
->
strf
.
vids
.
p_bih
->
biPlanes
,
p_chk
->
strf
.
vids
.
p_bih
->
biBitCount
);
#endif
...
...
@@ -651,7 +651,7 @@ static int AVI_ChunkRead_nothing( stream_t *s, avi_chunk_t *p_chk )
}
static
void
AVI_ChunkFree_nothing
(
avi_chunk_t
*
p_chk
)
{
VLC_UNUSED
(
p_chk
);
}
static
struct
...
...
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