Report finished even when the transcode skipped everything.
authorCarl Hetherington <cth@carlh.net>
Mon, 24 Sep 2012 12:40:21 +0000 (13:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Sep 2012 12:40:21 +0000 (13:40 +0100)
src/lib/transcode_job.cc

index f4e3d7af9cee1a02a5f2e57bc159c47ab8b1dd64..c910589739bf0433e1e4ddd9187a5d060b3c63d2 100644 (file)
@@ -89,7 +89,7 @@ TranscodeJob::status () const
                return "0%";
        }
 
-       if (_encoder->skipping ()) {
+       if (_encoder->skipping () && !finished ()) {
                return "skipping frames already encoded";
        }