add new requirements to ogg mapping: vorbis comment block must come second after...
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 10 Sep 2004 00:38:21 +0000 (00:38 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 10 Sep 2004 00:38:21 +0000 (00:38 +0000)
commit69cfda7a206ed9fd48fa69cbaa40b6f64ea9eec2
treedf77e4bd5aa99971c0cdb6a553b8a7726d11ee3f
parent10c6f0fef419c76aa1cd2c48720ab019d093b049
add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets
16 files changed:
doc/html/ogg_mapping.html
include/OggFLAC/file_encoder.h
include/OggFLAC/seekable_stream_encoder.h
include/OggFLAC/stream_encoder.h
src/libFLAC/stream_encoder.c
src/libOggFLAC/include/private/ogg_encoder_aspect.h
src/libOggFLAC/include/private/ogg_mapping.h
src/libOggFLAC/ogg_decoder_aspect.c
src/libOggFLAC/ogg_encoder_aspect.c
src/libOggFLAC/ogg_mapping.c
src/libOggFLAC/seekable_stream_encoder.c
src/libOggFLAC/stream_encoder.c
src/test_libOggFLAC++/decoders.cpp
src/test_libOggFLAC++/encoders.cpp
src/test_libOggFLAC/decoders.c
src/test_libOggFLAC/encoders.c