comparison libmpcodecs/vd_odivx.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 5241f95b5ec4
comparison
equal deleted inserted replaced
7190:5137e9fb57e7 7191:1eadce15446c
25 #ifdef NEW_DECORE 25 #ifdef NEW_DECORE
26 "http://www.divx.com", 26 "http://www.divx.com",
27 #else 27 #else
28 "http://www.projectmayo.org", 28 "http://www.projectmayo.org",
29 #endif 29 #endif
30 "native codecs" 30 #ifdef NEW_DECORE
31 "native binary codec"
32 #else
33 "native codec"
34 #endif
31 }; 35 };
32 36
33 LIBVD_EXTERN(odivx) 37 LIBVD_EXTERN(odivx)
34 38
35 #ifndef NEW_DECORE 39 #ifndef NEW_DECORE