Missing files.
[dcpomatic.git] / src / lib / black_decoder.cc
1 #include "black_decoder.h"
2
3 BlackDecoder::BlackDecoder (shared_ptr<NullContent> c)
4         : Decoder (c)
5 {
6
7 }
8
9 void
10 BlackDecoder::pass ()
11 {
12         
13 }