summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_encoder.cc
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.cc
parent1f88a38a2a607c21988a403e76f315444c4be36b (diff)
Primitive subtitle export feature.v2.15.16
Diffstat (limited to 'src/lib/ffmpeg_encoder.cc')
-rw-r--r--src/lib/ffmpeg_encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_encoder.cc b/src/lib/ffmpeg_encoder.cc
index 572e7ae16..49908587b 100644
--- a/src/lib/ffmpeg_encoder.cc
+++ b/src/lib/ffmpeg_encoder.cc
@@ -183,7 +183,7 @@ FFmpegEncoder::go ()
}
}
-float
+optional<float>
FFmpegEncoder::current_rate () const
{
return _history.rate ();