changeset 517:543990301444 libavformat

unofficial ids for sonic for using in nut (fixme)
author alex
date Sat, 21 Aug 2004 19:24:40 +0000
parents 59ddf98a5c65
children 5f933fac3d3f
files wav.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wav.c	Wed Aug 18 11:22:15 2004 +0000
+++ b/wav.c	Sat Aug 21 19:24:40 2004 +0000
@@ -35,6 +35,8 @@
     { CODEC_ID_WMAV1, 0x160 },
     { CODEC_ID_WMAV2, 0x161 },
     { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id?
+    { CODEC_ID_SONIC, 0x2048 },
+    { CODEC_ID_SONIC_LS, 0x2048 },
     { 0, 0 },
 };