comparison libmpcodecs/vd_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 1e47c2e7aa8e
children e3ecccc7e505
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
14 #include "vd_internal.h" 14 #include "vd_internal.h"
15 15
16 static vd_info_t info = { 16 static vd_info_t info = {
17 "FFmpeg's libavcodec codec family", 17 "FFmpeg's libavcodec codec family",
18 "ffmpeg", 18 "ffmpeg",
19 VFM_FFMPEG,
20 "A'rpi", 19 "A'rpi",
21 "http://ffmpeg.sf.net", 20 "http://ffmpeg.sf.net",
22 "native codecs" 21 "native codecs"
23 }; 22 };
24 23