View Single Post
Old 21st June 2008, 22:16   #19  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by gzarkadas View Post
The only thing that will break is scripts that explicitly assign current_frame, but these are very rare and easy to fix.
I have to confess I thought about this, but was afraid to mention it.

In fact though, I think even scripts that assign to current_frame will still work because the new local value will be used by run-time functions in preference to the global one. What won't work is if you then call a user function that needs current_frame, but no existing script can do that yet, so I think we're safe.
Gavino is offline   Reply With Quote