summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_vo_encoder.h
diff options
context:
space:
mode:
authorHarm van der Heijden <hrm@users.sourceforge.net>2001-12-02 03:40:27 +0000
committerHarm van der Heijden <hrm@users.sourceforge.net>2001-12-02 03:40:27 +0000
commitabed4121bc790d8129b13a778848e8905b39e5b3 (patch)
treef83dcababfecf72640cc029a0c2a122b26f98f35 /src/dxr3/dxr3_vo_encoder.h
parent93495eec666173dae67327ef3cf4f556f1e1737b (diff)
downloadxine-lib-abed4121bc790d8129b13a778848e8905b39e5b3.tar.gz
xine-lib-abed4121bc790d8129b13a778848e8905b39e5b3.tar.bz2
some more work on dxr3enc with the mp1e encoder. (default is still
libfame). There's a massive A/V sync problem because the mpeg is encoded and sent in the frame_copy function. It should be done in the display_frame one, but that currently gives buffering problems that upset the dxr3 card. define MP1E_DISPLAY_FRAME to 1 the source and see for yourself... Perhaps Mike can conjure up another magic dxr3 register variable to make things right like he did last time :-) CVS patchset: 1157 CVS date: 2001/12/02 03:40:27
Diffstat (limited to 'src/dxr3/dxr3_vo_encoder.h')
-rw-r--r--src/dxr3/dxr3_vo_encoder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_vo_encoder.h b/src/dxr3/dxr3_vo_encoder.h
index a4d0830bd..e2c74eeb6 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.6 2001/12/01 19:37:21 hrm Exp $
+ * $Id: dxr3_vo_encoder.h,v 1.7 2001/12/02 03:40:27 hrm Exp $
*
*/
@@ -74,7 +74,8 @@
#if USE_MP1E
#include <stdio.h>
FILE* mp1e;
- char* mp1e_command;
+ char* mp1e_command; /* from config, with %s for runtime stuff */
+ char mp1e_cmd[256]; /* complete, with %s filled in */
# undef USE_MPEG_BUFFER
# define USE_MPEG_BUFFER 0
#endif