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
778ec985
Commit
778ec985
authored
May 14, 2012
by
Yann Diorcet
Browse files
Implement MS_DECODER_HAVE_PLC
parent
56408c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
msbcg729/bcg729_dec.c
View file @
778ec985
...
...
@@ -78,11 +78,17 @@ static void filter_uninit(MSFilter *f){
ms_free
(
f
->
data
);
}
static
int
filter_have_plc
(
MSFilter
*
f
,
void
*
arg
)
{
*
((
int
*
)
arg
)
=
1
;
return
0
;
}
/*filter specific method*/
static
MSFilterMethod
filter_methods
[]
=
{
{
0
,
NULL
}
{
MS_DECODER_HAVE_PLC
,
filter_have_plc
},
{
0
,
NULL
}
};
...
...
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