1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00

Simplify oggdec command line

This commit is contained in:
Moritz Grimm 2022-11-13 03:10:54 +01:00
parent 6f2e2ec1d8
commit 12a73ea8d3
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>