diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-09 02:07:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-09 02:07:07 +0100 |
| commit | 6fd70950e721181920603d90ad52ed58883f2806 (patch) | |
| tree | 68308fc3cdfad1e3561b3de365a2315fd4f690bc /src/lib/decoder.h | |
| parent | 76740ecc18a5e896c7d05f3d71f865105c3248c7 (diff) | |
Various subtitle fixes.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 19ef25ede..08d961233 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -99,6 +99,7 @@ protected: virtual int time_base_denominator () const = 0; virtual int sample_aspect_ratio_numerator () const = 0; virtual int sample_aspect_ratio_denominator () const = 0; + virtual void overlay (boost::shared_ptr<Image> image) const {} void process_video (AVFrame *); void process_audio (uint8_t *, int); |
