X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fvideo_output%2Fvout_internal.h;h=2489d285eb2ca43e26196e122cc5a912bfc1bc04;hb=2c2f3856370e3480e4a61c263ec7917ace9fb60d;hp=ee08763bc66088961880977ad1f6677d6c3886b7;hpb=1618a00d42eb5573d142a8568a0d13b4379e88ab;p=vlc diff --git a/src/video_output/vout_internal.h b/src/video_output/vout_internal.h index ee08763bc6..2489d285eb 100644 --- a/src/video_output/vout_internal.h +++ b/src/video_output/vout_internal.h @@ -67,8 +67,6 @@ struct vout_thread_sys_t picture_t *filtered; } display; - bool b_picture_empty; - vlc_cond_t picture_wait; struct { mtime_t date; mtime_t timestamp; @@ -78,7 +76,6 @@ struct vout_thread_sys_t } displayed; struct { - bool is_requested; mtime_t last; mtime_t timestamp; } step; @@ -88,16 +85,13 @@ struct vout_thread_sys_t mtime_t date; } pause; + /* OSD title configuration */ struct { bool show; mtime_t timeout; int position; - char *value; } title; - /* */ - vlc_mutex_t vfilter_lock; /**< video filter2 lock */ - /* */ unsigned int i_par_num; /**< monitor pixel aspect-ratio */ unsigned int i_par_den; /**< monitor pixel aspect-ratio */ @@ -111,8 +105,8 @@ struct vout_thread_sys_t bool b_filter_change; /* Video filter2 chain */ + vlc_mutex_t vfilter_lock; filter_chain_t *p_vf2_chain; - char *psz_vf2; /* Snapshot interface */ vout_snapshot_t snapshot;