In some cases, users start video editing work from General template,
where Filmic view transform is chosen by default. Currently, this causes
issue when working with sRGB footage, which are not properly decoded
into linear working space and final render looks miscolored.
This commit disables any view transform on byte renders, as it is not
expected to be performed on such images. View transform will work as
expected on float images. This change should affect only VSE.
This solution is not really correct way to resolve this problem and
should be considered as temporary.