X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_video.h;h=f4b8947c9c5576a9034df60c231e35edfde36710;hb=72d2a5b460bd6551a5a2e93216c63c12aba1aaee;hp=35f7351fe376904d3c3ab10b95fee7297c4c9f13;hpb=532a761def76ca5507916dd112bf49b510df6c15;p=vlc diff --git a/include/vlc_video.h b/include/vlc_video.h index 35f7351fe3..f4b8947c9c 100644 --- a/include/vlc_video.h +++ b/include/vlc_video.h @@ -246,6 +246,8 @@ struct subpicture_t vlc_bool_t b_ephemer; /**< If this flag is set to true the subtitle will be displayed untill the next one appear */ vlc_bool_t b_fade; /**< enable fading */ + vlc_bool_t b_pausable; /**< subpicture will be paused if + stream is paused */ /**@}*/ subpicture_region_t *p_region; /**< region list composing this subtitle */