comparison libmpcodecs/ad_roqaudio.c @ 7180:28677d779205

-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
author arpi
date Fri, 30 Aug 2002 21:44:20 +0000
parents 5f4485862a72
children 1eadce15446c
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
8 8
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 AFM_ROQAUDIO,
14 "Nick Kurshev", 13 "Nick Kurshev",
15 "Mike Melanson" 14 "Mike Melanson"
16 "RoQA is an internal MPlayer FOURCC" 15 "RoQA is an internal MPlayer FOURCC"
17 }; 16 };
18 17