]> git.sesse.net Git - movit/commit
Allow YCbCrInput to change input format after finalize.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 29 Apr 2017 19:59:38 +0000 (21:59 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 29 Apr 2017 19:59:38 +0000 (21:59 +0200)
commit6a176580b95002657b381acfaf3892b345e28364
tree2bf037547d0a00697711fd7661316e866ff781b5
parentf99a1a6295d7809703f6b0dfb7ab4360916b002e
Allow YCbCrInput to change input format after finalize.

The performance should be very nearly identical; only a little
possible constant folding, and that's it. There's only one
(documented) limitation, and it's both rare and should be easy
to work around.
version.h
ycbcr_input.cpp
ycbcr_input.frag
ycbcr_input.h
ycbcr_input_test.cpp