From a5c629cb9b638b67a0e4c2d26fe9ab2e124bf0eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Jul 2018 15:10:11 +0100 Subject: Tidy up after mass rename. --- src/lib/decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 1b330316e..55d9cfc64 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -45,9 +45,9 @@ public: boost::shared_ptr video; boost::shared_ptr audio; - std::list > caption; + std::list > text; - boost::shared_ptr only_caption () const; + boost::shared_ptr only_text () const; /** Do some decoding and perhaps emit video, audio or subtitle data. * @return true if this decoder will emit no more data unless a seek() happens. -- cgit v1.2.3