Commit 828775e1 authored by David Conrad's avatar David Conrad

Remove unused FILTSIGN macro

Originally committed as revision 18300 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e5d0dbf5
...@@ -310,7 +310,6 @@ static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v) ...@@ -310,7 +310,6 @@ static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v)
/** @} */ //Bitplane group /** @} */ //Bitplane group
#define FILTSIGN(a) ((a) >= 0 ? 1 : -1)
/** /**
* VC-1 in-loop deblocking filter for one line * VC-1 in-loop deblocking filter for one line
* @param src source block type * @param src source block type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment