Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Cortado
Commits
55918242
Commit
55918242
authored
Mar 22, 2010
by
ogg.k.ogg.k
Browse files
catch error in decoding header
parent
55433941
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/com/fluendo/plugin/TheoraDec.java
View file @
55918242
...
...
@@ -54,6 +54,9 @@ public class TheoraDec extends Element implements OggPayload
int
ret
;
byte
header
;
ret
=
ti
.
decodeHeader
(
tc
,
op
);
if
(
ret
<
0
)
{
return
ret
;
}
header
=
op
.
packet_base
[
op
.
packet
];
if
(
header
==
-
128
)
{
haveBOS
=
true
;
...
...
Write
Preview
Supports
Markdown
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