mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1098195 - Return false when failing to get output format. r=edwin
This commit is contained in:
parent
61ea0b607b
commit
6bbfb4efe8
@ -294,8 +294,10 @@ GonkVideoDecoderManager::SetVideoFormat()
|
||||
ALOG("It is not a valid region");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
ALOG("Fail to get output format");
|
||||
return false;
|
||||
}
|
||||
|
||||
// Blocks until decoded sample is produced by the deoder.
|
||||
|
Loading…
Reference in New Issue
Block a user