From 76740ecc18a5e896c7d05f3d71f865105c3248c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Oct 2012 16:22:44 +0100 Subject: Obey subtitle timing. --- src/lib/ffmpeg_decoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/ffmpeg_decoder.h') diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 9b57b5589..739502d50 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -78,6 +78,8 @@ private: void setup_audio (); void setup_subtitle (); + void maybe_add_subtitle (); + AVFormatContext* _format_context; int _video_stream; int _audio_stream; ///< may be < 0 if there is no audio -- cgit v1.2.3