mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
minor change
This commit is contained in:
parent
6554f635fc
commit
050f0af19a
|
@ -122,8 +122,9 @@ int main(int argc, char* argv[]) {
|
|||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
sapi::v::RemotePtr image_remote_pointer(image.GetRemote());
|
||||
bool_status = api.opj_decode(&codec_pointer, &stream_pointer,
|
||||
(sapi::v::Ptr*)&image_pointer);
|
||||
&image_remote_pointer);
|
||||
if (!bool_status.ok() || !bool_status.value()) {
|
||||
LOG(FATAL) << "decoding failed";
|
||||
return EXIT_FAILURE;
|
||||
|
|
Loading…
Reference in New Issue
Block a user