Small tweak to avs video provider
Originally committed to SVN as r1614.
This commit is contained in:
parent
003b2d8736
commit
2e57dda49e
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ PClip AvisynthVideoProvider::OpenVideo(wxString _filename, bool mpeg2dec3_priori
|
|||
AVSTRACE(_T("AvisynthVideoProvider::OpenVideo: Opening .avs file with Import"));
|
||||
script = env->Invoke("Import", videoFilename);
|
||||
AVSTRACE(_T("AvisynthVideoProvider::OpenVideo: Finished"));
|
||||
decoderName = _T("Import");
|
||||
}
|
||||
|
||||
// Open avi file with AviSource
|
||||
|
|
Loading…
Reference in a new issue