X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fconsumer%2Fframe_consumer.h;h=4e6fef7323ae9a5c4de4c62d3609952eba78ac1c;hb=ef45ae47b4f50ef057041b5122d0f34c1659cc11;hp=bbea02a3f52cd58a06f06509bbc76f6b0a407bf0;hpb=3374990d131089eb0e773c9281a274949352286e;p=casparcg diff --git a/core/consumer/frame_consumer.h b/core/consumer/frame_consumer.h index bbea02a3f..4e6fef732 100644 --- a/core/consumer/frame_consumer.h +++ b/core/consumer/frame_consumer.h @@ -41,7 +41,6 @@ struct frame_consumer : boost::noncopyable virtual ~frame_consumer() {} virtual bool send(const safe_ptr& frame) = 0; - virtual bool key_only() const{ return false;} virtual void initialize(const video_format_desc& format_desc) = 0; virtual std::wstring print() const = 0; virtual bool has_synchronization_clock() const {return true;}