ASS_OVERRIDE_DEFAULT constant

int const ASS_OVERRIDE_DEFAULT

Default mode (with no other bits set). All selective override features as well as the style set with ass_set_selective_style_override() are disabled, but traditional overrides like ass_set_font_scale() are applied unconditionally.

Implementation

static const int ASS_OVERRIDE_DEFAULT = 0;