Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
Steve Lhomme
VLC
Commits
a6330f68
Commit
a6330f68
authored
Nov 11, 2016
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: avi: fix Kbps in debug
parent
46471ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/demux/avi/libavi.c
modules/demux/avi/libavi.c
+2
-2
No files found.
modules/demux/avi/libavi.c
View file @
a6330f68
...
...
@@ -439,12 +439,12 @@ static int AVI_ChunkRead_strf( stream_t *s, avi_chunk_t *p_chk )
}
#ifdef AVI_DEBUG
msg_Dbg
(
(
vlc_object_t
*
)
s
,
"strf: audio:0x%4.4x channels:%d %dHz %dbits/sample %dkb
/
s"
,
"strf: audio:0x%4.4x channels:%d %dHz %dbits/sample %dkb
p
s"
,
p_chk
->
strf
.
auds
.
p_wf
->
wFormatTag
,
p_chk
->
strf
.
auds
.
p_wf
->
nChannels
,
p_chk
->
strf
.
auds
.
p_wf
->
nSamplesPerSec
,
p_chk
->
strf
.
auds
.
p_wf
->
wBitsPerSample
,
p_chk
->
strf
.
auds
.
p_wf
->
nAvgBytesPerSec
*
8
/
10
24
);
p_chk
->
strf
.
auds
.
p_wf
->
nAvgBytesPerSec
*
8
/
10
00
);
#endif
break
;
case
(
AVIFOURCC_vids
):
...
...
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