]> git.tuebingen.mpg.de Git - paraslash.git/commit
Introduce get_header() for ogg/vorbis.
authorAndre Noll <maan@systemlinux.org>
Sun, 3 Oct 2010 13:37:02 +0000 (15:37 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 29 Jan 2011 10:43:34 +0000 (11:43 +0100)
commit85d1f19df312c38936cf7721d67dcfb7ca034cfc
treebf7cbf03110447d422d76fffd239d562f77297e5
parentead9cdc8160656e868f1d709ad1a764f9dcc3a2f
Introduce get_header() for ogg/vorbis.

Define the get_header() method for the ogg vorbis audio format handler
which replaces ogg packet #2 by a dummy packet which contains no meta
data.

We call ogg_get_file_info() with afhi == NULL which only passes the
first three ogg packets to the given callback but does not compute
the chunk table. Ogg packet #1 and #3 are copied unmodified into the
header.
error.h
ogg_afh.c
ogg_afh_common.c
ogg_afh_common.h
spx_afh.c