Skip to content
Snippets Groups Projects

codec: libass: add support for sub-text-scale

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

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline #142178 passed

Merge request pipeline passed for 3a1930bc

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
443 452 p_sys->fmt = fmt;
444 453 }
445 454
455 if( p_sys->p_obj )
456 {
457 int scale = var_InheritInteger( p_sys->p_obj, "sub-text-scale" );
  • added MRStatus::Stale label and removed MRStatus::InReview label

  • Does this replace !376 ? They look very similar.

  • added MRStatus::InReview label and removed MRStatus::Stale label

  • added MRStatus::Stale label and removed MRStatus::InReview label

  • mentioned in issue #27042

  • Please register or sign in to reply
    Loading