From f45cbb73068321d857249aaa21f770b87493c7c2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 31 May 2013 17:21:35 +0100 Subject: Test filling of stuff with black. --- src/lib/video_decoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index b31766b50..5073efead 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -44,6 +44,7 @@ protected: void video (boost::shared_ptr, bool, Time); void subtitle (boost::shared_ptr); + bool video_done () const; Time _next_video; boost::shared_ptr _video_content; -- cgit v1.2.3