sub: add flag if sub_bitmap should be rendered in video color space

This commit is contained in:
Kacper Michajłow
2024-02-27 02:12:46 +01:00
committed by Dudemanguy
parent c8f1c822dc
commit d6981a4cac
5 changed files with 7 additions and 4 deletions

View File

@@ -74,6 +74,8 @@ struct sub_bitmaps {
int packed_w, packed_h;
int change_id; // Incremented on each change (0 is never used)
bool video_color_space; // True if the bitmap is in video color space
};
struct sub_bitmap_list {