]> git.sesse.net Git - vlc/commitdiff
Disabled Dual Prime Arithmetic message for the release :-p.
authorChristophe Massiot <massiot@videolan.org>
Fri, 27 Jul 2001 09:17:38 +0000 (09:17 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 27 Jul 2001 09:17:38 +0000 (09:17 +0000)
src/video_decoder/vpar_blocks.c

index 42734fb9953efab2ccfa6104aa4a02bda67e05d6..7c0f81e3195723bde611ee9bbb1ac2a594db9ee4 100644 (file)
@@ -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 )