X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Finterlacemodes.h;h=4dadb91749339bb99350192b3e2f1d4e24ce4238;hp=f063397ecd48e48397fdd26852d790f0c4df1fa8;hb=9668279ccef86a9cc9138aaa1a659f158698f829;hpb=505506bd554eff241bd0a5b5b84c220cb2c59971 diff --git a/cinelerra-5.1/cinelerra/interlacemodes.h b/cinelerra-5.1/cinelerra/interlacemodes.h index f063397e..4dadb917 100644 --- a/cinelerra-5.1/cinelerra/interlacemodes.h +++ b/cinelerra-5.1/cinelerra/interlacemodes.h @@ -21,13 +21,6 @@ #define ILACE_UNKNOWN_T N_("Error!") -//Interlace Automatic fixing options -#define ILACE_AUTOFIXOPTION_MANUAL 0 -#define ILACE_AUTOFIXOPTION_MANUAL_T N_("Manual compensation using selection") -#define ILACE_AUTOFIXOPTION_AUTO 1 -#define ILACE_AUTOFIXOPTION_AUTO_T N_("Automatic compensation using modes") -//Note: Do not change what the numbers mean as this will make backward-compatability have erroraneous settings. - //Interlace Modes #define ILACE_MODE_UNDETECTED 0 #define ILACE_MODE_UNDETECTED_XMLT "UNKNOWN" @@ -68,23 +61,11 @@ #define ILACE_Y4M_BOTTOM_FIRST_T N_("interlaced, bottom-field first") #define ILACE_Y4M_MIXED_T N_("mixed, \"refer to frame header\"") -void ilaceautofixoption_to_text(char *string, int autofixoption); -int ilaceautofixoption_from_text(const char *text, int thedefault); - void ilacemode_to_text(char *string, int ilacemode); int ilacemode_from_text(const char *text, int thedefault); void ilacemode_to_xmltext(char *string, int ilacemode); int ilacemode_from_xmltext(const char *text, int thedefault); -void ilacefixmethod_to_text(char *string, int fixmethod); -int ilacefixmethod_from_text(const char *text, int thedefault); -void ilacefixmethod_to_xmltext(char *string, int fixmethod); -int ilacefixmethod_from_xmltext(const char *text, int thedefault); - - -int ilaceautofixmethod(int projectilacemode, int assetilacemode); -int ilaceautofixmethod2(int projectilacemode, int assetautofixoption, int assetilacemode, int assetfixmethod); - int ilace_bc_to_yuv4mpeg(int ilacemode); int ilace_yuv4mpeg_to_bc(int ilacemode);