fix c41 postprocessing break in last checkin
[goodguy/history.git] / cinelerra-5.1 / plugins / C41 / c41.h
index e2ec02789b58f73c438699467353a1d3694a1034..d231533205e6e685f7c1bcfb071876b8c3ca9311 100644 (file)
@@ -175,13 +175,12 @@ public:
        void save_data(KeyFrame *keyframe);
        void read_data(KeyFrame *keyframe);
        void render_gui(void* data);
-       float fix_exepts(float ival);
-       float normalize_pixel(float ival);
 #if defined(C41_FAST_POW)
        float myLog2(float i) __attribute__ ((optimize(0)));
        float myPow2(float i) __attribute__ ((optimize(0)));
        float myPow(float a, float b);
 #endif
+       void pix_fix(float &pix, float min, float gamma);
        VFrame *frame, *tmp_frame, *blurry_frame;
        struct magic values;