Changeset 16c530705f597ed19608c7d8edf9d4c003cd5691

Show
Ignore:
Timestamp:
27/07/01 11:17:38 (7 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 996225458 +0000
git-parent:

[425c22f43d4f678ab04f09d6e4adb34fe730d26d]

git-author:
Christophe Massiot <massiot@videolan.org> 996225458 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/video_decoder/vpar_blocks.c

    r33687bb r16c5307  
    33 ***************************************************************************** 
    44 * Copyright (C) 1999, 2000 VideoLAN 
    5  * $Id: vpar_blocks.c,v 1.4 2001/07/18 17:05:39 massiot Exp $ 
     5 * $Id: vpar_blocks.c,v 1.5 2001/07/27 09:17:38 massiot Exp $ 
    66 * 
    77 * Authors: Christophe Massiot <massiot@via.ecp.fr> 
     
    13491349        /* Dual Prime Arithmetic (ISO/IEC 13818-2 section 7.6.3.6). */ 
    13501350        /* FIXME */ 
    1351         intf_Msg( "Your stream uses Dual Prime Arithmetic. Please send a mail" 
    1352                   "to massiot@via.ecp.fr for debugging purposes. Thank you." ); 
     1351        //intf_Msg( "Your stream uses Dual Prime Arithmetic. Please send a mail" 
     1352        //          " to massiot@via.ecp.fr for debugging purposes. Thank you." ); 
    13531353 
    13541354#define i_mv_x  p_mb->pppi_motion_vectors[0][0][0]