Commit b43b8b64 authored by conrad's avatar conrad

Remove unused FILTSIGN macro

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18300 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dc296db2
...@@ -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