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
859483c8
Commit
859483c8
authored
Jul 06, 2004
by
gbazin
Browse files
* modules/codec/araw.c: increased priority of encoder.
parent
e07a1121
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/araw.c
View file @
859483c8
...
...
@@ -2,7 +2,7 @@
* araw.c: Pseudo audio decoder; for raw pcm data
*****************************************************************************
* Copyright (C) 2001, 2003 VideoLAN
* $Id
: araw.c,v 1.30 2004/02/23 23:01:05 gbazin Exp
$
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -45,7 +45,7 @@ vlc_module_begin();
/* audio encoder submodule */
add_submodule
();
set_description
(
_
(
"Raw audio encoder"
)
);
set_capability
(
"encoder"
,
10
);
set_capability
(
"encoder"
,
1
5
0
);
set_callbacks
(
EncoderOpen
,
EncoderClose
);
vlc_module_end
();
...
...
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