diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-27 01:16:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-27 01:16:37 +0100 |
| commit | 814f799b280cbf8e73f61ad283a199e211ed0c5e (patch) | |
| tree | 0e2f32e61ab7f82c14af2558716c7a9cad277196 /src/lib/ffmpeg_decoder.h | |
| parent | 605355f3335d189f6243be42bf254df2ba0442f2 (diff) | |
Various bits of backported 1.0
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 0c89b973d..198f4294e 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -107,6 +107,9 @@ public: private: + /* No copy construction */ + FFmpegDecoder (FFmpegDecoder const &); + bool pass (); bool do_seek (double p, bool, bool); PixelFormat pixel_format () const; @@ -145,4 +148,6 @@ private: std::list<boost::shared_ptr<FilterGraph> > _filter_graphs; boost::mutex _filter_graphs_mutex; + + static boost::mutex _mutex; }; |
