From 2f56f38ce56b36f20d59593f56981e7ed330c484 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Dec 2012 23:50:17 +0000 Subject: Re-work again so that there's just one encoder; various tweaks to still-image-with-audio. --- src/lib/video_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 97bbb0e48..7726d2057 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -75,7 +75,7 @@ protected: std::vector > _subtitle_streams; private: - void signal_video (boost::shared_ptr, boost::shared_ptr); + void signal_video (boost::shared_ptr, bool, boost::shared_ptr); int _video_frame; double _last_source_time; -- cgit v1.2.3