comparison src/impl/hoofbaby/codec/libav/swscale.d @ 4:a1202aac1124

Started implementing separate encoder class
author fraserofthenight
date Wed, 08 Jul 2009 19:16:39 -0700
parents 3425707ddbf6
children 71ebad05f542
comparison
equal deleted inserted replaced
3:e6cf9f26d0e7 4:a1202aac1124
43 } 43 }
44 44
45 const double SWS_MAX_REDUCE_CUTOFF = 0.002; 45 const double SWS_MAX_REDUCE_CUTOFF = 0.002;
46 typedef void SwsContext; 46 typedef void SwsContext;
47 47
48 alias int function() _BCD_func__867;
49
50 struct SwsFilter 48 struct SwsFilter
51 { 49 {
52 SwsVector* lumH; 50 SwsVector* lumH;
53 SwsVector* lumV; 51 SwsVector* lumV;
54 SwsVector* chrH; 52 SwsVector* chrH;