Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filetga.C
index 6eded708207b6a2df2d326b5a9d601d5b1058bd3..0bff2e187f6cd8c9c8d0de8b6c4aee37c69eba27 100644 (file)
@@ -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()