X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffiletga.C;h=0bff2e187f6cd8c9c8d0de8b6c4aee37c69eba27;hb=bd7011a86f60b4ef1abf11e2667373eba3a98c99;hp=6eded708207b6a2df2d326b5a9d601d5b1058bd3;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/filetga.C b/cinelerra-5.1/cinelerra/filetga.C index 6eded708..0bff2e18 100644 --- a/cinelerra-5.1/cinelerra/filetga.C +++ b/cinelerra-5.1/cinelerra/filetga.C @@ -337,6 +337,8 @@ void FileTGA::read_tga(Asset *asset, VFrame *frame, VFrame *data, VFrame* &temp) case 24: source_cmodel = BC_RGB888; break; + default: + return; } // Read image @@ -828,6 +830,8 @@ TGAConfigVideo::TGAConfigVideo(BC_WindowBase *gui, Asset *asset) compression_items.append(new BC_ListBoxItem(FileTGA::compression_to_str(TGA_RGBA_RLE))); compression_items.append(new BC_ListBoxItem(FileTGA::compression_to_str(TGA_RGB))); compression_items.append(new BC_ListBoxItem(FileTGA::compression_to_str(TGA_RGBA))); +// *** CONTEXT_HELP *** + context_help_set_keyword("Single File Rendering"); } TGAConfigVideo::~TGAConfigVideo()