mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -05:00
Simplify oggdec command line
This commit is contained in:
parent
6f2e2ec1d8
commit
12a73ea8d3
@ -35,7 +35,7 @@
|
||||
<decoders>
|
||||
<decoder>
|
||||
<name>OggDec</name>
|
||||
<program>oggdec -R -b 16 -e 1 -s 1 -o - @T@</program>
|
||||
<program>oggdec -R -b 16 -o - @T@</program>
|
||||
<file_ext>.ogg</file_ext>
|
||||
<file_ext>.oga</file_ext>
|
||||
</decoder>
|
||||
|
@ -179,7 +179,7 @@
|
||||
<!-- Decoder name -->
|
||||
<name>OggDec</name>
|
||||
<!-- Program and options -->
|
||||
<program>oggdec -R -b 16 -e 1 -s 1 -o - @T@</program>
|
||||
<program>oggdec -R -b 16 -o - @T@</program>
|
||||
<!-- File extensions to use this decoder for -->
|
||||
<file_ext>.ogg</file_ext>
|
||||
<file_ext>.oga</file_ext>
|
||||
|
Loading…
Reference in New Issue
Block a user