vlc_filter: allow subpicture updater
1 unresolved thread
1 unresolved thread
allows updating a single subpicture with spu-source overlays
Merge request reports
Activity
Filter activity
changed milestone to %4.0
added Component::Video: subpictures label
340 340 * \param p_filter filter_t object 341 341 * \return new subpicture 342 342 */ 343 static inline subpicture_t *filter_NewSubpicture( filter_t *p_filter ) 343 static inline subpicture_t * 344 filter_NewUpdatableSubpicture( filter_t *p_filter, 345 const subpicture_updater_t *p_dyn ) added MRStatus::InReview label
added MRStatus::Stale label and removed MRStatus::InReview label