summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-30 21:46:10 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-30 21:46:10 +0000
commit25674c1e6a66715286f7f9a5116fdf3baff1c738 (patch)
tree86d8ba45bebe787ab697ba7543d2fa97f272fab9 /src/lib/encoder.cc
parent7d66aefc8a38140f5ea5620432c24ed9b370b481 (diff)
Comment and slightly tidy ExceptionStore.
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index eff38b6a5..ca75e4ca1 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -199,9 +199,7 @@ Encoder::process_video (shared_ptr<PlayerImage> image, Eyes eyes, ColourConversi
return;
}
- if (_writer->thrown ()) {
- _writer->rethrow ();
- }
+ _writer->rethrow ();
if (_writer->can_fake_write (_video_frames_out)) {
_writer->fake_write (_video_frames_out, eyes);