Credit Andrea improved comments in render format
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / file.inc
index 11a5bc9af73b1e3f2b548380c7ea35b35e940ae3..56310a1b640935ac835aa23e408dfc1e5ef9ab48 100644 (file)
@@ -53,6 +53,7 @@
 #define FILE_NOT_FOUND 1
 #define FILE_UNRECOGNIZED_CODEC 2
 #define FILE_IS_XML 3
+#define FILE_SIZE_DONT_MATCH 4
 
 // Numeric codes for each file format
 // They're stored in XML files, so they have to be fixed.
@@ -92,6 +93,8 @@
 #define FILE_PPM                38
 #define FILE_PPM_LIST           39
 #define FILE_REF                40
+#define FILE_DPX                41
+#define FILE_DPX_LIST           42
 
 // For formats supported by plugins, the format number is the plugin number in the
 // plugin list ORed with 0x8000.
@@ -169,6 +172,8 @@ N_("Reference to EDL")
 #define VORBIS_NAME            "OGG Vorbis"
 #define WAV_NAME               "Microsoft WAV"
 #define REF_NAME               "Reference EDL"
+#define DPX_NAME               "DPX"
+#define DPX_LIST_NAME          "DPX Sequence"
 
 #define BITSLINEAR8    8
 #define BITSLINEAR16   16