Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
02a89c43
Commit
02a89c43
authored
Mar 30, 2017
by
Thomas Guillem
Browse files
videotoolbox: fix build
parent
b150934d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/videotoolbox.m
View file @
02a89c43
...
...
@@ -1195,8 +1195,10 @@ static int HandleVTStatus(decoder_t *p_dec, OSStatus status)
VTERRCASE
(
kVTFrameSiloInvalidTimeRangeErr
)
VTERRCASE
(
kVTCouldNotFindTemporalFilterErr
)
VTERRCASE
(
kVTPixelTransferNotPermittedErr
)
VTERRCASE
(
kVTColorCorrectionImageRotationFailedErr
)
case
-
12219
:
msg_Err
(
p_dec
,
"vt session error: "
"'kVTColorCorrectionImageRotationFailedErr'"
);
break
;
default:
msg_Err
(
p_dec
,
"unknown vt session error (%i)"
,
(
int
)
status
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment