]> git.sesse.net Git - nageru/commit
Move chroma subsampling into its own class.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 9 Jan 2017 22:11:06 +0000 (23:11 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 9 Jan 2017 22:17:12 +0000 (23:17 +0100)
commit72ab6704497f1b561588a9a0034cb223ab6425d0
tree4d32dfbd3317606db04a247b1a2022f1a66d852c
parent4bfa989f060c88bd1644ed03f66faa6192b1244f
Move chroma subsampling into its own class.

This was starting to get a bit large to be part of Mixer, and with
4:2:2 coming up, it makes even more sense to split it out.
Makefile
chroma_subsampler.cpp [new file with mode: 0644]
chroma_subsampler.h [new file with mode: 0644]
mixer.cpp
mixer.h
theme.cpp