Commit 47caa07d authored by Christophe Massiot's avatar Christophe Massiot

Correction d'un bug, mais pas DU bug.

(putain quel con)
parent 9220f1ac
......@@ -698,6 +698,7 @@ fprintf( stderr, "coding type: %d\n", p_vpar->picture.i_coding_type );
<< ( 1 - p_vpar->picture.b_frame_structure ));
P_picture->i_deccount = p_vpar->sequence.i_mb_size;
vlc_mutex_init( &p_vpar->picture.p_picture->lock_deccount );
memset( p_vpar->picture.pp_mb, 0, MAX_MB );
memset( P_picture->p_data, 0, (p_vpar->sequence.i_mb_size*384));
......
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