diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-16 21:42:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-16 21:42:31 +0000 |
| commit | 40532d61ea4909b3f8b12dd7024de217dbdfec6d (patch) | |
| tree | 4ea11f4a29a1a0fc41489eef4665a8df4c5ffa02 /src/lib/ab_transcoder.cc | |
| parent | 1eb73c1d864125e209d78b992ba2c6e278e42b74 (diff) | |
Various external audio fixes.
Diffstat (limited to 'src/lib/ab_transcoder.cc')
| -rw-r--r-- | src/lib/ab_transcoder.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ab_transcoder.cc b/src/lib/ab_transcoder.cc index 00fc025a2..e9277a96f 100644 --- a/src/lib/ab_transcoder.cc +++ b/src/lib/ab_transcoder.cc @@ -99,6 +99,8 @@ ABTranscoder::go () bool const vb = _db.first->pass (); bool const a = _da.first->pass (); + _da.first->set_progress (); + if (va && vb && a) { break; } |
