Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
4e77ec09
Commit
4e77ec09
authored
Dec 16, 2016
by
François Grisez
Browse files
VideoToolbox filters: add a error description
parent
a832e20d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/videofilters/videotoolbox.c
src/videofilters/videotoolbox.c
+3
-0
No files found.
src/videofilters/videotoolbox.c
View file @
4e77ec09
...
@@ -55,6 +55,9 @@ static const char *os_status_to_string(OSStatus status) {
...
@@ -55,6 +55,9 @@ static const char *os_status_to_string(OSStatus status) {
case
kCVReturnAllocationFailed
:
case
kCVReturnAllocationFailed
:
message
=
"return allocation failed"
;
message
=
"return allocation failed"
;
break
;
break
;
case
kVTVideoDecoderBadDataErr
:
message
=
"decoding bad data"
;
break
;
default:
default:
break
;
break
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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