X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffile.inc;h=c6228a28db546fc04be0d6f309aebf2b867f6d44;hb=31f931f20df22f7255200fa1e49590c38edda579;hp=3d5f07ad0d5b856b4edf7c98ef8021e61a32dbe6;hpb=9afc3844e37c6db23435d5d0c33129dcc81061e4;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/file.inc b/cinelerra-5.1/cinelerra/file.inc index 3d5f07ad..c6228a28 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. @@ -81,6 +82,8 @@ #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 @@ -89,6 +92,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. @@ -112,6 +116,8 @@ 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") @@ -124,6 +130,7 @@ N_("TGA Sequence") N_("TIFF") N_("TIFF Sequence") N_("Unknown sound") +N_("Reference to EDL") #endif #define AC3_NAME "AC3" @@ -146,6 +153,7 @@ N_("Unknown sound") #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" @@ -159,7 +167,9 @@ 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