]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Privatized SUBPICTURE_RENDERED.
[vlc] / include / vlc_vout.h
index 8920930bfff78ccda7cd639a754ccc3352acd46a..277afa4200f5fbc12468d0963ec41c70117a77b9 100644 (file)
@@ -415,9 +415,6 @@ struct subpicture_t
 #define SUBPICTURE_ALIGN_MASK ( SUBPICTURE_ALIGN_LEFT|SUBPICTURE_ALIGN_RIGHT| \
                                 SUBPICTURE_ALIGN_TOP |SUBPICTURE_ALIGN_BOTTOM )
 
-/* Subpicture rendered flag - should only be used by vout_subpictures */
-#define SUBPICTURE_RENDERED  0x10
-
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/