version update, color_space/range tweak, lv2 build fixes
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / file.inc
index 8bcda4ebe6a454441b3f22829b8f725bedc0d190..748ce065ecc9f4f5e71b92e58e6555dc75f04cb2 100644 (file)
@@ -81,8 +81,6 @@
 #define FILE_EXR                26
 #define FILE_EXR_LIST           27
 #define FILE_CR2                28
-#define FILE_OGG               30
-#define FILE_VORBIS             31
 #define FILE_FLAC               32
 #define FILE_FFMPEG             33
 #define FILE_SCENE              34
@@ -91,6 +89,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,14 +105,14 @@ N_("EXR")
 N_("EXR Sequence")
 N_("FFMPEG")
 N_("FLAC")
+N_("GIF")
+N_("GIF Sequence")
 N_("JPEG")
 N_("JPEG Sequence")
 N_("Microsoft WAV")
 N_("MPEG Audio")    // For encoding only
 N_("MPEG")          // For decoding only
 N_("MPEG Video")    // For encoding only
-N_("OGG Theora/Vorbis")
-N_("OGG Vorbis")    // For decoding only
 N_("PNG")
 N_("PNG Sequence")
 N_("PPM")
@@ -126,6 +125,7 @@ N_("TGA Sequence")
 N_("TIFF")
 N_("TIFF Sequence")
 N_("Unknown sound")
+N_("Reference to EDL")
 #endif
 
 #define AC3_NAME               "AC3"
@@ -143,10 +143,11 @@ 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
-#define OGG_NAME               "OGG Theora/Vorbis"
 #define PCM_NAME               "Raw PCM"
 #define PNG_LIST_NAME          "PNG Sequence"
 #define PNG_NAME               "PNG"
@@ -160,8 +161,8 @@ N_("Unknown sound")
 #define TIFF_LIST_NAME         "TIFF Sequence"
 #define TIFF_NAME              "TIFF"
 #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