Commit 16c53070 authored by Christophe Massiot's avatar Christophe Massiot

Disabled Dual Prime Arithmetic message for the release :-p.

parent 425c22f4
......@@ -2,7 +2,7 @@
* vpar_blocks.c : blocks parsing
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vpar_blocks.c,v 1.4 2001/07/18 17:05:39 massiot Exp $
* $Id: vpar_blocks.c,v 1.5 2001/07/27 09:17:38 massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
......@@ -1348,8 +1348,8 @@ static __inline__ void MotionVector( vpar_thread_t * p_vpar,
/* Dual Prime Arithmetic (ISO/IEC 13818-2 section 7.6.3.6). */
/* FIXME */
intf_Msg( "Your stream uses Dual Prime Arithmetic. Please send a mail"
"to massiot@via.ecp.fr for debugging purposes. Thank you." );
//intf_Msg( "Your stream uses Dual Prime Arithmetic. Please send a mail"
// " to massiot@via.ecp.fr for debugging purposes. Thank you." );
#define i_mv_x p_mb->pppi_motion_vectors[0][0][0]
if( i_structure == FRAME_STRUCTURE )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment