Remove duplicate min/max macro definition.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20159 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-11 15:28:54 +00:00
parent 33db247ee5
commit 155d28bf01
1 changed files with 0 additions and 4 deletions

View File

@ -1335,10 +1335,6 @@ static void patch_panscan(muxer_priv_t *priv, unsigned char *buf)
}
#define max(a, b) ((a) >= (b) ? (a) : (b))
#define min(a, b) ((a) <= (b) ? (a) : (b))
static void update_scr(muxer_t *muxer)
{
muxer_priv_t *priv = muxer->priv;