X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffile.inc;h=56310a1b640935ac835aa23e408dfc1e5ef9ab48;hb=0aa1cf868b3686002891a830f5f8e407344b1d9e;hp=11a5bc9af73b1e3f2b548380c7ea35b35e940ae3;hpb=86c9537e0540010ff43b16feb4cd7de98409eba1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/file.inc b/cinelerra-5.1/cinelerra/file.inc index 11a5bc9a..56310a1b 100644 --- a/cinelerra-5.1/cinelerra/file.inc +++ b/cinelerra-5.1/cinelerra/file.inc @@ -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