diff options
-rw-r--r-- | macosx/Controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 74622d19e..4e30273fc 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -2744,7 +2744,7 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It - (IBAction) calculateBitrate: (id) sender { - if( !fHandle || [fVidQualityMatrix selectedRow] != 0 ) + if( !fHandle || [fVidQualityMatrix selectedRow] != 0 || !SuccessfulScan ) { return; } |