annotate liba52/config.h @ 7353:0cb951ac0133

Use the character substitution code from fntRender() / fntTextWidth() for non-existant characters in fntTextHeight(), too. Otherwise the image height is mis-computed and we allocate an output image that is too small; this could result in malloc heap corruption.
author jkeil
date Tue, 10 Sep 2002 12:44:47 +0000
parents 55ae383844e9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3395
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
1
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
2 // mplayer -> liba52 config wrapper mess
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
3
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
4 #include "../config.h"
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
5
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
6 #ifdef HAVE_MLIB
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
7 #define LIBA52_MLIB
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
8 #endif
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
9
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
10 // define for double precision:
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
11 //#define LIBA52_DOUBLE
55ae383844e9 mplayer-liba52 config interface
arpi
parents:
diff changeset
12