]> git.vomp.tv Git - vompclient.git/commit
Work on VAudioSelector class
authorChris Tallon <chris@vomp.tv>
Thu, 12 Mar 2020 22:16:18 +0000 (22:16 +0000)
committerChris Tallon <chris@vomp.tv>
Thu, 12 Mar 2020 22:16:18 +0000 (22:16 +0000)
commitfebc4309ac78a07aaee95ad15890b4522448aa05
tree6f04e22fc459512759d35ee443a2854639704e60
parent02c3d402ac1cf0172eb40abfdaaa69efc5769361
Work on VAudioSelector class

Fix some casts
Switch to C++ casts
All compiler warnings
Switch to std::string for audio/subs channel name
Use a vector of objects rather than pointers in channel lists
Code reformatted with astyle
Init-lists for constructors
Brace-init in class header
Update GPL notices
Remove a dead constructor from header
.astylerc [new file with mode: 0644]
vaudioselector.cc
vaudioselector.h
vvideorec.cc