Commit 0ae97f35 authored by Christophe Massiot's avatar Christophe Massiot

* include/vlc_video.h: Added a p_next pointer to link pictures.

parent 9b84890c
......@@ -110,6 +110,9 @@ struct picture_t
/** This way the picture_Release can be overloaded */
void (*pf_release)( picture_t * );
/** Next picture in a FIFO a pictures */
struct picture_t *p_next;
};
/**
......
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