summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-08-31 02:03:01 +0100
committerCarl Hetherington <cth@carlh.net>2019-08-31 02:03:01 +0100
commit2cdf3d9f461b12d0925cc54368105bbd177bbbb3 (patch)
treee250a7fd753a4a10a47c9d0a8a67f2c6c36c1112 /src/lib/ffmpeg_encoder.h
parent1f88a38a2a607c21988a403e76f315444c4be36b (diff)
Primitive subtitle export feature.v2.15.16
Diffstat (limited to 'src/lib/ffmpeg_encoder.h')
-rw-r--r--src/lib/ffmpeg_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h
index d8ffd2c6b..df2dcfcc8 100644
--- a/src/lib/ffmpeg_encoder.h
+++ b/src/lib/ffmpeg_encoder.h
@@ -47,7 +47,7 @@ public:
void go ();
- float current_rate () const;
+ boost::optional<float> current_rate () const;
Frame frames_done () const;
bool finishing () const {
return false;