We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4584ff9 commit 29be5f9Copy full SHA for 29be5f9
1 file changed
src/SubtitleOctopus.cpp
@@ -77,7 +77,7 @@ const float MAX_UINT8_CAST = 255.9 / 255;
77
78
#define CLAMP_UINT8(value) ((value > MIN_UINT8_CAST) ? ((value < MAX_UINT8_CAST) ? (int)(value * 255) : 255) : 0)
79
80
-typedef struct {
+typedef struct RenderBlendResult {
81
public:
82
int changed;
83
double blend_time;
0 commit comments