diff 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
line wrap: on
line diff
--- a/src/impl/hoofbaby/codec/libav/swscale.d	Wed Jul 08 07:29:48 2009 -0700
+++ b/src/impl/hoofbaby/codec/libav/swscale.d	Wed Jul 08 19:16:39 2009 -0700
@@ -45,8 +45,6 @@
 const double SWS_MAX_REDUCE_CUTOFF = 0.002;
 typedef void SwsContext;
 
-alias int function() _BCD_func__867;
-
 struct SwsFilter
 {
 	SwsVector* lumH;