shithub: libdvdcss

Download patch

ref: f0a464ccdabdcf43c4149f288052583c248407dd
parent: e7cef6f5b2a935862db4b27eb73d16cfa25d8195
author: Diego Biurrun <diego@biurrun.de>
date: Wed Oct 15 19:14:51 EDT 2014

css: Drop (disabled) debug output from AttackPattern() / AttackPadding()

--- a/src/css.c
+++ b/src/css.c
@@ -1651,15 +1651,6 @@
                       &p_sec[ 0x80 - (i_best_plen / i_best_p) * i_best_p ],
                       &p_sec[0x54] /* key_seed */, p_key );
         i_success += ( res >= 0 );
-#if 0
-        if( res >= 0 )
-        {
-            fprintf( stderr, "key is %02x:%02x:%02x:%02x:%02x ",
-                     p_key[0], p_key[1], p_key[2], p_key[3], p_key[4] );
-            fprintf( stderr, "at block %5d pattern len %3d period %3d %s\n",
-                     i_pos, i_best_plen, i_best_p, (res>=0?"y":"n") );
-        }
-#endif
         return ( res >= 0 );
     }
 
@@ -1732,15 +1723,6 @@
     if( p_sec[0x11] == 0xe0 )
     {
         i_tries++;
-    }
-
-    if( 1 )
-    {
-        /*fprintf( stderr, "key is %02x:%02x:%02x:%02x:%02x ",
-                   p_key[0], p_key[1], p_key[2], p_key[3], p_key[4] );*/
-        fprintf( stderr, "at block %5d padding len %4d "
-                 "type %02x sub %02x\n",  i_pos, i_pes_length,
-                 p_sec[0x11], p_sec[0x17 + p_sec[0x16]]);
     }
 
     return 0;