comparison libmpcodecs/ad_libvorbis.c @ 7174:7672615cc811

sync driver names with codec-cfg
author arpi
date Fri, 30 Aug 2002 20:06:22 +0000
parents 33c38a0c20e8
children 28677d779205
comparison
equal deleted inserted replaced
7173:228a210c6aa7 7174:7672615cc811
16 "Felix Buenemann, A'rpi", 16 "Felix Buenemann, A'rpi",
17 "libvorbis", 17 "libvorbis",
18 "buggy" 18 "buggy"
19 }; 19 };
20 20
21 LIBAD_EXTERN(vorbis) 21 LIBAD_EXTERN(libvorbis)
22 22
23 #include <vorbis/codec.h> 23 #include <vorbis/codec.h>
24 24
25 // This struct is also defined in demux_ogg.c => common header ? 25 // This struct is also defined in demux_ogg.c => common header ?
26 typedef struct ov_struct_st { 26 typedef struct ov_struct_st {