Browse Source

subpicture: remove unused subpicture_region_TextMarkRendered

We should not transform a text region into a picture region in the same region.
pull/162/head
Steve Lhomme 3 years ago
parent
commit
622f559f48
  1. 6
      include/vlc_subpicture.h

6
include/vlc_subpicture.h

@ -178,12 +178,6 @@ VLC_API subpicture_region_t *subpicture_region_Copy( subpicture_region_t *p_regi
#define subpicture_region_IsText(r) \
(((r)->text_flags & VLC_SUBPIC_TEXT_FLAG_IS_TEXT) != 0)
/**
* Marks a text-based region as rendered into the p_picture.
*/
#define subpicture_region_TextMarkRendered(r) \
((r)->text_flags &= ~VLC_SUBPIC_TEXT_FLAG_IS_TEXT)
/**
*
*/

Loading…
Cancel
Save