Fix heavy fingers in previous commit.
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Jul 2017 16:56:16 +0000 (17:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Jul 2017 16:56:16 +0000 (17:56 +0100)
src/lib/player.cc

index ce33d254bf2a68d4e5a78eabb200faded287cebb..a1adee0b0d08727c7362fdf8218a96e9821f8256 100644 (file)
@@ -156,6 +156,9 @@ Player::setup_pieces ()
                }
        }
 
+       _black = Empty (_film, bind(&Content::video, _1));
+       _silent = Empty (_film, bind(&Content::audio, _1));
+
        _last_video_time = DCPTime ();
        _last_audio_time = DCPTime ();
        _have_valid_pieces = true;