diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/buffer_types.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 4967746a5..78cb7dba7 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.25 2002/06/08 19:45:19 tmmm Exp $ + * $Id: buffer_types.c,v 1.26 2002/06/24 12:26:30 jcdutton Exp $ * * * contents: @@ -423,6 +423,15 @@ static audio_db_t audio_db[] = { { { 0x01, + meFOURCC('t','w','o','s'), + 0 + }, + BUF_AUDIO_LPCM_BE, + "Uncompressed PCM big endian" +}, +{ + { + 0x01, meFOURCC('r','a','w',' '), 0 }, |