]> git.sesse.net Git - vlc/blobdiff - include/vdec_ext-plugins.h
* ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
[vlc] / include / vdec_ext-plugins.h
index f536f882097821165aeea4e08bcbeb0a2515157c..3b72d5995e506c8d476cfa777554174373ee40ce 100644 (file)
@@ -2,7 +2,7 @@
  * vdec_ext-plugins.h : structures from the video decoder exported to plug-ins
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: vdec_ext-plugins.h,v 1.6 2001/10/11 13:19:27 massiot Exp $
+ * $Id: vdec_ext-plugins.h,v 1.9 2002/01/04 14:01:34 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -52,7 +52,7 @@ typedef struct macroblock_s
 
     /* IDCT information */
     idct_inner_t            p_idcts[12];
-    int                     i_coded_block_pattern;
+    u16                     i_coded_block_pattern;
                                                  /* which blocks are coded ? */
     yuv_data_t *            p_y_data;
     yuv_data_t *            p_u_data;
@@ -64,6 +64,7 @@ typedef struct macroblock_s
     motion_inner_t          p_motions[8];
     int                     i_nb_motions;
     yuv_data_t *            pp_dest[3];
+
 } macroblock_t;
 
 /* Macroblock Modes */