comparison libmpcodecs/ad_roqaudio.c @ 7191:1eadce15446c

-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
author arpi
date Sat, 31 Aug 2002 13:09:23 +0000
parents 28677d779205
children a117511790c0
comparison
equal deleted inserted replaced
7190:5137e9fb57e7 7191:1eadce15446c
9 static ad_info_t info = 9 static ad_info_t info =
10 { 10 {
11 "Id RoQ File Audio Decoder", 11 "Id RoQ File Audio Decoder",
12 "roqaudio", 12 "roqaudio",
13 "Nick Kurshev", 13 "Nick Kurshev",
14 "Mike Melanson" 14 "Mike Melanson",
15 "RoQA is an internal MPlayer FOURCC" 15 "" //"RoQA is an internal MPlayer FOURCC"
16 }; 16 };
17 17
18 LIBAD_EXTERN(roqaudio) 18 LIBAD_EXTERN(roqaudio)
19 19
20 static int preinit(sh_audio_t *sh_audio) 20 static int preinit(sh_audio_t *sh_audio)