]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Gives the needed DPB size when requesting a vout.
[vlc] / include / vlc_vout.h
index f42d319481be83c02e287ea68a5866e14acd5c3f..51c219007ebbd75de5abefeae6bd03039afdca98 100644 (file)
@@ -54,6 +54,7 @@ typedef struct {
     vout_thread_t        *vout;
     vlc_object_t         *input;
     const video_format_t *fmt;
+    unsigned             dpb_size;
 } vout_configuration_t;
 
 /**