summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarm van der Heijden <hrm@users.sourceforge.net>2001-12-02 07:10:02 +0000
committerHarm van der Heijden <hrm@users.sourceforge.net>2001-12-02 07:10:02 +0000
commitbe39e2efb8c947a164a33f7e275cfcd365ceeade (patch)
treeb1730e86b24376e0a4c16a55dd93b2662038577d
parent5e065fac75277ceb91e76c964934c661ab70422d (diff)
downloadxine-lib-be39e2efb8c947a164a33f7e275cfcd365ceeade.tar.gz
xine-lib-be39e2efb8c947a164a33f7e275cfcd365ceeade.tar.bz2
Grrr, again enabled mp1e by accident. Back to good ol' libfame now.
CVS patchset: 1159 CVS date: 2001/12/02 07:10:02
-rw-r--r--src/dxr3/dxr3_vo_encoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dxr3/dxr3_vo_encoder.h b/src/dxr3/dxr3_vo_encoder.h
index 473f07f6f..47d645222 100644
--- a/src/dxr3/dxr3_vo_encoder.h
+++ b/src/dxr3/dxr3_vo_encoder.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: dxr3_vo_encoder.h,v 1.8 2001/12/02 07:08:59 hrm Exp $
+ * $Id: dxr3_vo_encoder.h,v 1.9 2001/12/02 07:10:02 hrm Exp $
*
*/
@@ -36,11 +36,11 @@
#define USE_MAGIC_REGISTER 1
/* select one mpeg encoder out of the three below */
-#define USE_LIBFAME 0
+#define USE_LIBFAME 1
#define USE_FFMPEG 0
-#define USE_MP1E 1
+#define USE_MP1E 0
/*************************************************************************
* Dxr3 Encoding private stuff below - You shouldn't need to change this *