comparison libmpcodecs/vd_realvid.c @ 12356:6a61d694f7d3

minimal fix for alex's 1000000000000l compile errors. imo the fix in aviheader.h is totally correct. defining useless typedefs that can conflict with other headers is bad practice. i don't like editing mmreg.h but oh well... if you have a better fix, commit it! finally, the fix in the ad_ and vd_ files seems totally correct.
author rfelker
date Fri, 30 Apr 2004 10:26:26 +0000
parents 2e46e51269c1
children 985e1813e298
comparison
equal deleted inserted replaced
12355:ba3b91392d92 12356:6a61d694f7d3
10 10
11 #include "mp_msg.h" 11 #include "mp_msg.h"
12 #include "help_mp.h" 12 #include "help_mp.h"
13 13
14 #include "vd_internal.h" 14 #include "vd_internal.h"
15 #include "wine/windef.h"
15 16
16 static vd_info_t info = { 17 static vd_info_t info = {
17 "RealVideo decoder", 18 "RealVideo decoder",
18 "realvid", 19 "realvid",
19 "Florian Schneider & A'rpi", // win32 dlls support by alex 20 "Florian Schneider & A'rpi", // win32 dlls support by alex