]> git.sesse.net Git - vlc/commitdiff
Correction de 2 petites erreurs :
authorJean-Marc Dressler <polux@videolan.org>
Tue, 11 Jan 2000 09:59:22 +0000 (09:59 +0000)
committerJean-Marc Dressler <polux@videolan.org>
Tue, 11 Jan 2000 09:59:22 +0000 (09:59 +0000)
- vdec_idct.h : oubli d'un point virgule
- video_parser.h : dupplication du champs pppl_dct_dc_size

include/vdec_idct.h
include/video_parser.h

index 2a342ecf2db0e6bde5bd2af0c392d4302b04059c..75e61ce937443a2773cebdc5c163284ab270333d 100644 (file)
@@ -147,6 +147,6 @@ typedef void (*f_idct_t)( struct vdec_thread_s *, elem_t*, int );
  * Prototypes
  *****************************************************************************/
 void vdec_DummyIDCT( struct vdec_thread_s *, elem_t*, int );
-void vdec_InitIDCT (struct vdec_thread_s * p_vdec)
+void vdec_InitIDCT (struct vdec_thread_s * p_vdec);
 void vdec_SparseIDCT( struct vdec_thread_s *, elem_t*, int );
 void vdec_IDCT( struct vdec_thread_s *, elem_t*, int );
index d29a377e60d957953e13ffb3554f7c72a4d1607f..0aa89c5a2ab55042a6b655d2d078d8e074b7f629 100644 (file)
@@ -67,7 +67,6 @@ typedef struct vpar_thread_s
                                                         address increment */
     /* variable length codes for the structure dct_dc_size */
     lookup_t                pppl_dct_dc_size[2][2][32];  
-    lookup_t                pppl_dct_dc_size[2][2][32];
     /* tables for macroblock types 0=P 1=B */
     lookup_t                pl_mb_type[2][64];
     /* table for coded_block_pattern */