summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-09 23:11:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-18 20:51:16 +0000
commitb147c77c6d44399ad522298ac52a481fe5988287 (patch)
treef04ef3e71bdcb68aedcf10c0109156928662ad6c /src/lib/ffmpeg_decoder.h
parent67705b5665715abebfdd33e9f36797f040bc3e79 (diff)
Split FilterGraph into that and VideoFilterGraph.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index dc0270cd0..1429c306b 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -34,7 +34,7 @@ extern "C" {
#include <stdint.h>
class Log;
-class FilterGraph;
+class VideoFilterGraph;
class FFmpegAudioStream;
struct ffmpeg_pts_offset_test;
@@ -70,7 +70,7 @@ private:
boost::shared_ptr<Log> _log;
- std::list<boost::shared_ptr<FilterGraph> > _filter_graphs;
+ std::list<boost::shared_ptr<VideoFilterGraph> > _filter_graphs;
boost::mutex _filter_graphs_mutex;
ContentTime _pts_offset;