diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:30:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:30:53 +0000 |
| commit | 5121d13ded51a70169f5b5d649067c9b26456705 (patch) | |
| tree | bb4c29617fa311459c483adccfedfed1df795c5d /src/lib/video_decoder.cc | |
| parent | b3499c076f9270f161be1b89497eb888a48049f2 (diff) | |
| parent | cbc6c5863ec336f0843a87a71e9d7a25a5e59286 (diff) | |
Merge branch 'master' of /home/carl/git/dvdomatic
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index c1f48cb5e..891720f6b 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -25,6 +25,8 @@ #include "options.h" #include "job.h" +#include "i18n.h" + using boost::shared_ptr; using boost::optional; @@ -76,7 +78,7 @@ VideoDecoder::repeat_last_video () void VideoDecoder::signal_video (shared_ptr<Image> image, bool same, shared_ptr<Subtitle> sub) { - TIMING ("Decoder emits %1", _video_frame); + TIMING (N_("Decoder emits %1"), _video_frame); Video (image, same, sub); ++_video_frame; |
