diff options
Diffstat (limited to 'src/lib/ffmpeg_encoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_encoder.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_encoder.cc b/src/lib/ffmpeg_encoder.cc index 0233632d7..68575d11a 100644 --- a/src/lib/ffmpeg_encoder.cc +++ b/src/lib/ffmpeg_encoder.cc @@ -181,6 +181,8 @@ FFmpegEncoder::go () BOOST_FOREACH (FileEncoderSet i, _file_encoders) { i.flush (); } + + _butler->rethrow (); } float |
