]> git.tuebingen.mpg.de Git - paraslash.git/commit
ogg: Separate ogg from vorbis code.
authorAndre Noll <maan@systemlinux.org>
Tue, 22 Jun 2010 21:14:03 +0000 (23:14 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 13 Jul 2010 12:40:41 +0000 (14:40 +0200)
commit063328d833daa7e06589645e05d4d2e02f55e911
treef4f5952a6ef88beb25b3843b9170c3a74240be3e
parentdab27431eccead1ce255b3f82453a0a2e86e0163
ogg: Separate ogg from vorbis code.

This moves vorbis-independent code from ogg_afh.c to the new file
ogg_afh_common.c so that it can be used also for the speex audio
format handler that is added by subsequent patches.

The patch introduces a generic callback structure which contains a
function pointer used to call back into the vorbis code once for each
of the three ogg packets of the audio file header.
Makefile.in
configure.ac
error.h
ogg_afh.c
ogg_afh_common.c [new file with mode: 0644]
ogg_afh_common.h [new file with mode: 0644]