Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The existing 'last' clip isn't forwarded after an assignment at the end of a script/scope #10

Closed
tophf opened this issue Nov 5, 2013 · 1 comment

Comments

@tophf
Copy link

tophf commented Nov 5, 2013

The following script

blankclip(1000,720,480,"yv12",color_yuv=$808080)
anotherfilter = blankclip(1000,720,480,"yv12",color_yuv=$FF8080)
# commented_filter()

is erroneously treated as though it doesn't have any video at all because the assignment operator doesn't forward the previous 'last' clip variable to the host application, which is invoking the script (avspmod/virtualdub/encoder/etc).
Yet actually the 'last' clip still exists, if you add "last" to the line below the assignment, it will work.

@pylorak
Copy link
Member

pylorak commented Nov 28, 2013

Discussion starting at http://forum.doom9.org/showthread.php?p=1651636#post1651636.
Won't fix for concerns summarized in http://forum.doom9.org/showthread.php?p=1651732#post1651732.

@pylorak pylorak closed this as completed Nov 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants