X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffile.inc;h=8bcda4ebe6a454441b3f22829b8f725bedc0d190;hb=09ccfde5a1fd65069f69b37490462b7ccf38a336;hp=b14162e3d84dec70ba43b5358408c3c0e321e641;hpb=4b6c39e6cf4a3fd9c1b347db6de686ab55d6cac8;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/file.inc b/cinelerra-5.1/cinelerra/file.inc index b14162e3..8bcda4eb 100644 --- a/cinelerra-5.1/cinelerra/file.inc +++ b/cinelerra-5.1/cinelerra/file.inc @@ -89,6 +89,8 @@ #define FILE_CR2_LIST 35 #define FILE_GIF_LIST 36 #define FILE_DB 37 +#define FILE_PPM 38 +#define FILE_PPM_LIST 39 // For formats supported by plugins, the format number is the plugin number in the // plugin list ORed with 0x8000. @@ -114,6 +116,8 @@ N_("OGG Theora/Vorbis") N_("OGG Vorbis") // For decoding only N_("PNG") N_("PNG Sequence") +N_("PPM") +N_("PPM Sequence") N_("Raw DV") N_("Raw PCM") N_("Sun/NeXT AU") @@ -146,6 +150,8 @@ N_("Unknown sound") #define PCM_NAME "Raw PCM" #define PNG_LIST_NAME "PNG Sequence" #define PNG_NAME "PNG" +#define PPM_LIST_NAME "PPM Sequence" +#define PPM_NAME "PPM" #define RAWDV_NAME "Raw DV" #define SCENE_NAME "Text To Movie" #define SND_NAME "Unknown sound"