X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffile.inc;h=748ce065ecc9f4f5e71b92e58e6555dc75f04cb2;hb=dcaa99e024dc4eac8e22e94ca6c0a92d67570478;hp=856c4d53e598c7eb507b3aa97ea894c142089506;hpb=f4204ea29aa3760a91c10791944ab848dd74ef8c;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/file.inc b/cinelerra-5.1/cinelerra/file.inc index 856c4d53..748ce065 100644 --- a/cinelerra-5.1/cinelerra/file.inc +++ b/cinelerra-5.1/cinelerra/file.inc @@ -89,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. @@ -104,6 +105,8 @@ N_("EXR") N_("EXR Sequence") N_("FFMPEG") N_("FLAC") +N_("GIF") +N_("GIF Sequence") N_("JPEG") N_("JPEG Sequence") N_("Microsoft WAV") @@ -122,6 +125,7 @@ N_("TGA Sequence") N_("TIFF") N_("TIFF Sequence") N_("Unknown sound") +N_("Reference to EDL") #endif #define AC3_NAME "AC3" @@ -139,6 +143,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 @@ -156,6 +162,7 @@ N_("Unknown sound") #define TIFF_NAME "TIFF" #define VMPEG_NAME "MPEG Video" // For encoding only #define WAV_NAME "Microsoft WAV" +#define REF_NAME "Reference EDL" #define BITSLINEAR8 8 #define BITSLINEAR16 16