command: added command "decoders"

This command prints a list of decoder plugins and their suffixes /
MIME types.
This commit is contained in:
Max Kellermann
2009-11-07 15:57:22 +01:00
parent 4624dfcb30
commit 2f1bd39be8
3 changed files with 31 additions and 0 deletions

View File

@@ -1589,6 +1589,25 @@ OK
</para>
</listitem>
</varlistentry>
<varlistentry id="command_decoders">
<term>
<cmdsynopsis>
<command>decoders</command>
</cmdsynopsis>
</term>
<listitem>
<para>
Print a list of decoder plugins, followed by their
supported suffixes and MIME types. Example response:
</para>
<programlisting>plugin: mad
suffix: mp3
suffix: mp2
mime_type: audio/mpeg
plugin: mpcdec
suffix: mpc</programlisting>
</listitem>
</varlistentry>
</variablelist>
</section>
</chapter>