Remove unused FILTSIGN macro

Originally committed as revision 18300 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
David Conrad 16 years ago
parent e5d0dbf558
commit 828775e160
  1. 1
      libavcodec/vc1.c

@ -310,7 +310,6 @@ static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v)
/** @} */ //Bitplane group
#define FILTSIGN(a) ((a) >= 0 ? 1 : -1)
/**
* VC-1 in-loop deblocking filter for one line
* @param src source block type

Loading…
Cancel
Save