X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout.h;fp=include%2Fvlc_vout.h;h=128bd54cb3ba0a39eca71e613d146e82a2ae5617;hb=a61cb21fd61350444abc09c91b55c16d7a4a64cb;hp=51c219007ebbd75de5abefeae6bd03039afdca98;hpb=3fd7fd49d2262ada1d003b6fcbdf1bc432ce4eb0;p=vlc diff --git a/include/vlc_vout.h b/include/vlc_vout.h index 51c219007e..128bd54cb3 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -53,6 +53,7 @@ typedef struct { vout_thread_t *vout; vlc_object_t *input; + bool change_fmt; const video_format_t *fmt; unsigned dpb_size; } vout_configuration_t;