Split Empty into two separate classes, EmptyAudio and EmptyVideo.
authorCarl Hetherington <cth@carlh.net>
Sun, 15 May 2022 20:44:19 +0000 (22:44 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 May 2022 19:39:01 +0000 (21:39 +0200)
commit194ec286939aba7b0cf24762d03ce6ebfe0b9a9f
tree5b282afea0b90f6c53426de0550fdad21de5574f
parent1fca376d1000500d2450d936b42004ca69b086b6
Split Empty into two separate classes, EmptyAudio and EmptyVideo.
src/lib/empty.cc [deleted file]
src/lib/empty.h [deleted file]
src/lib/empty_audio.cc [new file with mode: 0644]
src/lib/empty_audio.h [new file with mode: 0644]
src/lib/empty_video.cc [new file with mode: 0644]
src/lib/empty_video.h [new file with mode: 0644]
src/lib/player.cc
src/lib/player.h
src/lib/wscript
test/empty_test.cc