diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-19 02:19:11 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-19 02:19:11 +0000 |
commit | 4424fda92d60226761a7df3be5525e74cf58febe (patch) | |
tree | 63c52fbc168a24bb377def27c1d9d644bdd3d626 /src | |
parent | 3d2c7e32a594b3beff25d40a7870dee73f5cbf4b (diff) | |
download | xine-lib-4424fda92d60226761a7df3be5525e74cf58febe.tar.gz xine-lib-4424fda92d60226761a7df3be5525e74cf58febe.tar.bz2 |
vorbis format tags reported by Ivan Topolsky
CVS patchset: 1738
CVS date: 2002/04/19 02:19:11
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/buffer_types.c | 8 |
1 files 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" |