Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
bcg729
Commits
50c5aa79
Commit
50c5aa79
authored
May 14, 2012
by
Yann Diorcet
Browse files
PLC decoder: Use plc flag of block
parent
778ec985
Changes
1
Hide whitespace changes
Inline
Side-by-side
msbcg729/bcg729_dec.c
View file @
50c5aa79
...
...
@@ -63,6 +63,7 @@ static void filter_process(MSFilter *f){
outputMessage
=
allocb
(
SIGNAL_FRAME_SIZE
,
0
);
bcg729Decoder
(
obj
->
decoderChannelContext
,
NULL
,
1
,
(
int16_t
*
)(
outputMessage
->
b_wptr
));
outputMessage
->
b_wptr
+=
SIGNAL_FRAME_SIZE
;
mblk_set_plc_flag
(
outputMessage
,
1
);
ms_queue_put
(
f
->
outputs
[
0
],
outputMessage
);
ms_concealer_inc_sample_time
(
obj
->
concealer
,
f
->
ticker
->
time
,
10
,
0
);
}
...
...
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