Mercurial > libpostproc.hg
changeset 26:300e4c8b39ab libpostproc
Move sign macro to libavutil.
author | diego |
---|---|
date | Tue, 10 Oct 2006 07:49:10 +0000 |
parents | df7a316cafb4 |
children | c83a71c1729d |
files | postprocess.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/postprocess.c Tue Oct 10 07:46:41 2006 +0000 +++ b/postprocess.c Tue Oct 10 07:49:10 2006 +0000 @@ -101,7 +101,6 @@ #define MIN(a,b) ((a) > (b) ? (b) : (a)) #define MAX(a,b) ((a) < (b) ? (b) : (a)) -#define SIGN(a) ((a) > 0 ? 1 : -1) #define GET_MODE_BUFFER_SIZE 500 #define OPTIONS_ARRAY_SIZE 10