summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-09 02:07:07 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-09 02:07:07 +0100
commit6fd70950e721181920603d90ad52ed58883f2806 (patch)
tree68308fc3cdfad1e3561b3de365a2315fd4f690bc /src/lib/ffmpeg_decoder.h
parent76740ecc18a5e896c7d05f3d71f865105c3248c7 (diff)
Various subtitle fixes.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index 739502d50..18c2e2aeb 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -72,6 +72,7 @@ private:
int time_base_denominator () const;
int sample_aspect_ratio_numerator () const;
int sample_aspect_ratio_denominator () const;
+ void overlay (boost::shared_ptr<Image> image) const;
void setup_general ();
void setup_video ();