From d0e69a239a8aed7ff06c470e0b2e7e81c0313f21 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 29 Sep 2008 19:39:16 +0000 Subject: short name based plugin identification git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@571 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decodermadfactory.cpp | 1 + src/plugins/Input/vorbis/decodervorbisfactory.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/plugins/Input') diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index cc0ecd020..0d66c68a2 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -85,6 +85,7 @@ const DecoderProperties DecoderMADFactory::properties() const { DecoderProperties properties; properties.name = tr("MPEG Plugin"); + properties.shortName = "mad"; properties.filter = "*.mp1 *.mp2 *.mp3 *.wav"; properties.description = tr("MPEG Files"); properties.contentType = "audio/mp3;audio/mpeg"; diff --git a/src/plugins/Input/vorbis/decodervorbisfactory.cpp b/src/plugins/Input/vorbis/decodervorbisfactory.cpp index 095f6b5ff..2bc97a8f7 100644 --- a/src/plugins/Input/vorbis/decodervorbisfactory.cpp +++ b/src/plugins/Input/vorbis/decodervorbisfactory.cpp @@ -48,6 +48,7 @@ const DecoderProperties DecoderVorbisFactory::properties() const { DecoderProperties properties; properties.name = tr("Ogg Vorbis Plugin"); + properties.shortName = "vorbis"; properties.filter = "*.ogg"; properties.description = tr("Ogg Vorbis Files"); properties.contentType = "application/ogg;audio/x-vorbis+ogg"; -- cgit v1.2.3-13-gbd6f