Skip to content
Snippets Groups Projects

vlc_filter: allow subpicture updater

Open François Cartegnie requested to merge fcartegnie/vlc:mr200701 into master
1 unresolved thread

allows updating a single subpicture with spu-source overlays

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline #119249 passed

Merge request pipeline passed for 23faa5b9

Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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::Stale label and removed MRStatus::InReview label

  • Please register or sign in to reply
    Loading