== Sequencer ==

Align StripColorBalance correctly. Should fix

[#8242] new feature "3-way-color-correction" won't be saved with blend file
This commit is contained in:
Peter Schlaile 2008-02-10 23:40:58 +00:00
parent 9615532ccb
commit 28c733406d

@ -74,6 +74,7 @@ typedef struct StripColorBalance {
float gamma[3]; float gamma[3];
float gain[3]; float gain[3];
int flag; int flag;
int pad;
float exposure; float exposure;
float saturation; float saturation;
} StripColorBalance; } StripColorBalance;