X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffile.inc;h=11a5bc9af73b1e3f2b548380c7ea35b35e940ae3;hp=c6228a28db546fc04be0d6f309aebf2b867f6d44;hb=refs%2Fheads%2Fmaster;hpb=31f931f20df22f7255200fa1e49590c38edda579 diff --git a/cinelerra-5.1/cinelerra/file.inc b/cinelerra-5.1/cinelerra/file.inc index c6228a28..56310a1b 100644 --- a/cinelerra-5.1/cinelerra/file.inc +++ b/cinelerra-5.1/cinelerra/file.inc @@ -93,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. @@ -170,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