Browse Source

Encore une petite modif pour permettre au parser de compiler.

pull/2/head
Jean-Marc Dressler 27 years ago
parent
commit
77fdd47e7e
  1. 5
      include/video.h

5
include/video.h

@ -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 */

Loading…
Cancel
Save