Thread: Avisynth+
View Single Post
Old 29th August 2019, 08:47   #4863  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,314
Quote:
Originally Posted by ajp_anton View Post
Another bug?

ConditionalReader:

Code:
TYPE string
DEFAULT this_is_the_default

1 test
2 string
5 
8 testing
This throws an error that it doesn't understand line 6 (the one with frame 5). Note that there's just one space after 5. The space is there to separate the frame number from the value. In this case I want the value to be an empty string.
Note that setting the default string to empty *does* in fact work (with just the one space after "DEFAULT"), but the exact same thing *does not* work for the individual frames.
Good catch, fixed.
pinterf is offline