Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
47376e17
Commit
47376e17
authored
Aug 06, 2013
by
Rémi Denis-Courmont
Browse files
araw: fix samples count on raw audio
(regression from
46f782a9
)
parent
1bf732f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/araw.c
View file @
47376e17
...
...
@@ -332,6 +332,7 @@ static block_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
else
{
decoder_UpdateAudioFormat
(
p_dec
);
p_block
->
i_nb_samples
=
samples
;
p_block
->
i_buffer
=
samples
*
(
p_sys
->
framebits
/
8
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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