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
Vorbis tools
Commits
e19815fe
Commit
e19815fe
authored
Jan 22, 2008
by
j
Browse files
get to know Ogg Dirac Streams, KW-DIRAC as per
http://wiki.xiph.org/index.php/Dirac
svn path=/trunk/vorbis-tools/; revision=14424
parent
1a1024ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
ogginfo/ogginfo2.c
View file @
e19815fe
...
...
@@ -808,6 +808,8 @@ static stream_processor *find_stream_processor(stream_set *set, ogg_page *page)
other_start
(
stream
,
"speex"
);
else
if
(
packet
.
bytes
>=
8
&&
memcmp
(
packet
.
packet
,
"fishead
\0
"
,
8
)
==
0
)
other_start
(
stream
,
"skeleton"
);
else
if
(
packet
.
bytes
>=
4
&&
memcmp
(
packet
.
packet
,
"KW-DIRAC"
,
8
)
==
0
)
other_start
(
stream
,
"Dirac"
);
else
other_start
(
stream
,
NULL
);
...
...
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