]> git.sesse.net Git - vlc/commitdiff
Encore une petite modif pour permettre au parser de compiler.
authorJean-Marc Dressler <polux@videolan.org>
Tue, 11 Jan 2000 21:34:04 +0000 (21:34 +0000)
committerJean-Marc Dressler <polux@videolan.org>
Tue, 11 Jan 2000 21:34:04 +0000 (21:34 +0000)
include/video.h

index 127f753d1870dc5e0e81e7a6473d7cc0707166e7..e39668be0ca5c68ba392b82896ff14bdc10dd769 100644 (file)
@@ -42,6 +42,11 @@ typedef struct
      * vout_Unlink functions, or directly if the picture is independant */
     int             i_refcount;                      /* link reference counter */
 
+    /* Macroblock counter - the decoder use it to verify if it has
+     * decoded all the macroblocks of the picture */
+    int             i_deccount;
+    vlc_mutex_t     lock_deccount;
+    
     /* Video properties - those properties should not be modified once 
      * the picture is in a heap, but can be freely modified if it is 
      * independant */