From ba8a5a15cc27988e2bbc6acd470d8532f1d8e99f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Apr 2017 15:29:21 +0100 Subject: Initial work on removing storage of subtitle times. --- src/lib/ffmpeg_examiner.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_examiner.h') diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index c3dde84fe..a511a2fc1 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2016 Carl Hetherington + Copyright (C) 2013-2017 Carl Hetherington This file is part of DCP-o-matic. @@ -74,7 +74,6 @@ public: private: void video_packet (AVCodecContext *); void audio_packet (AVCodecContext *, boost::shared_ptr); - void subtitle_packet (AVCodecContext *, boost::shared_ptr); std::string stream_name (AVStream* s) const; std::string subtitle_stream_name (AVStream* s) const; -- cgit v1.2.3