comparison libmpcodecs/ad_ffmpeg.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 8eff71f38685
children 1eadce15446c
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
14 14
15 static ad_info_t info = 15 static ad_info_t info =
16 { 16 {
17 "FFmpeg audio decoders", 17 "FFmpeg audio decoders",
18 "ffmpeg", 18 "ffmpeg",
19 AFM_FFMPEG,
20 "Nick Kurshev", 19 "Nick Kurshev",
21 "ffmpeg.sf.net", 20 "ffmpeg.sf.net",
22 "" 21 ""
23 }; 22 };
24 23