diff options
author | David Conrad <lessen42@gmail.com> | 2009-04-01 08:06:30 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2009-04-01 08:06:30 +0000 |
commit | 828775e16046c3d5626ba1d8856101ee3c34a3e3 (patch) | |
tree | 43f76ef1feb0fa03019b0ce9155c0a4623819b44 /libavcodec/vc1.c | |
parent | e5d0dbf55859041f88522f5c844e4762c12236bd (diff) | |
download | ffmpeg-streaming-828775e16046c3d5626ba1d8856101ee3c34a3e3.zip ffmpeg-streaming-828775e16046c3d5626ba1d8856101ee3c34a3e3.tar.gz |
Remove unused FILTSIGN macro
Originally committed as revision 18300 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r-- | libavcodec/vc1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 229c885..3c391c6 100644 --- a/libavcodec/vc1.c +++ b/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 |