From 4424fda92d60226761a7df3be5525e74cf58febe Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 19 Apr 2002 02:19:11 +0000 Subject: vorbis format tags reported by Ivan Topolsky CVS patchset: 1738 CVS date: 2002/04/19 02:19:11 --- src/xine-engine/buffer_types.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 8e917c4fc..f72fd7e39 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer_types.c,v 1.13 2002/04/14 00:24:45 guenter Exp $ + * $Id: buffer_types.c,v 1.14 2002/04/19 02:19:11 miguelfreitas Exp $ * * * contents: @@ -379,8 +379,10 @@ static audio_db_t audio_db[] = { "MS GSM" }, { - { - 0 + { + /* these formattags are used by Vorbis ACM encoder and + supported by NanDub, a variant of VirtualDub. */ + 0x674f, 0x676f, 0x6750, 0x6770, 0x6751, 0x6771, 0 }, BUF_AUDIO_VORBIS, "OggVorbis Audio" -- cgit v1.2.3