882efdab

By: Michael Lynch <git@mtlynch.io>

Inline processVideo into ProcessVideo

processVideo had exactly one caller and no branching reason to exist
separately, unlike image.go's processImage/processAnimatedImage split,
which chooses between two real implementations. It was leftover
indirection from the Processable-type collapse.