18 new shapewipe transitions from rafa, rework savefile/confirm for nested edl edits
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / file.inc
index 8bcda4ebe6a454441b3f22829b8f725bedc0d190..11a5bc9af73b1e3f2b548380c7ea35b35e940ae3 100644 (file)
@@ -91,6 +91,7 @@
 #define FILE_DB                 37
 #define FILE_PPM                38
 #define FILE_PPM_LIST           39
+#define FILE_REF                40
 
 // For formats supported by plugins, the format number is the plugin number in the
 // plugin list ORed with 0x8000.
@@ -106,6 +107,8 @@ N_("EXR")
 N_("EXR Sequence")
 N_("FFMPEG")
 N_("FLAC")
+N_("GIF")
+N_("GIF Sequence")
 N_("JPEG")
 N_("JPEG Sequence")
 N_("Microsoft WAV")
@@ -126,6 +129,7 @@ N_("TGA Sequence")
 N_("TIFF")
 N_("TIFF Sequence")
 N_("Unknown sound")
+N_("Reference to EDL")
 #endif
 
 #define AC3_NAME               "AC3"
@@ -143,6 +147,8 @@ N_("Unknown sound")
 #define EXR_NAME               "EXR"
 #define FFMPEG_NAME            "FFMPEG"
 #define FLAC_NAME              "FLAC"
+#define GIF_NAME               "GIF"
+#define GIF_LIST_NAME          "GIF Sequence"
 #define JPEG_LIST_NAME         "JPEG Sequence"
 #define JPEG_NAME              "JPEG"
 #define MPEG_NAME              "MPEG Stream"   // For capture only
@@ -162,6 +168,7 @@ N_("Unknown sound")
 #define VMPEG_NAME             "MPEG Video"    // For encoding only
 #define VORBIS_NAME            "OGG Vorbis"
 #define WAV_NAME               "Microsoft WAV"
+#define REF_NAME               "Reference EDL"
 
 #define BITSLINEAR8    8
 #define BITSLINEAR16   16