remove incorrectly named
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / fileexr.C
index e84ef84d4bcc68987942b1d035b05575f91c16ee..9c782a112f8340e8f62023c4398ead416be07c35 100644 (file)
@@ -281,7 +281,7 @@ int FileEXR::read_frame_header(char *path)
 //     EXRIStream exr_stream(buffer, size);
 //     Imf::InputFile file(exr_stream);
 
-
+       if( access(path, R_OK) ) return 1;
        Imf::InputFile file(path);
 
        Imath::Box2i dw = file.header().dataWindow();
@@ -532,6 +532,8 @@ EXRConfigVideo::EXRConfigVideo(BC_WindowBase *parent_window, Asset *asset)
 {
        this->parent_window = parent_window;
        this->asset = asset;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Single File Rendering");
 }
 
 EXRConfigVideo::~EXRConfigVideo()