]> git.sesse.net Git - vlc/blobdiff - include/vlc_video.h
* ALL: separation of the SPU engine from the VOUT.
[vlc] / include / vlc_video.h
index dd962a02d7a5477fd98d511b16fa951d943384f1..2ecf6532e48b0711c03669a890c3a10844b9d0ea 100644 (file)
@@ -210,8 +210,8 @@ struct subpicture_region_t
     int             i_y;                             /**< position of region */
 
     subpicture_region_t *p_next;                /**< next region in the list */
+    subpicture_region_t *p_cache;       /**< modified version of this region */
     /**@}*/
-
 };
 
 /**