Commit 77fdd47e authored by Jean-Marc Dressler's avatar Jean-Marc Dressler

Encore une petite modif pour permettre au parser de compiler.
parent feeb6cc0
......@@ -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 */
......
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