annotate liba52/config.h @ 10252:d275152390ee

I've found some time to implement the encoding support for the new DivX API. Now it's possible to play and encode movies with the latest DivX release. One thing that doesn't work is the new Video Buffer Verifier (VBV) multipass encoding. The encoder segfaults. Maybe it just isn't supported with the standard profile of the released binary encoder. Andreas Hess <jaska@gmx.net>
author arpi
date Fri, 06 Jun 2003 19:57:37 +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