in FLAC__stream_encoder_set_metadata(), copy the metadata array of pointers instead...
authorJosh Coalson <jcoalson@users.sourceforce.net>
Mon, 29 Jan 2007 08:27:25 +0000 (08:27 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Mon, 29 Jan 2007 08:27:25 +0000 (08:27 +0000)
commit1c034079312e177920d1c772a267c66713677a36
tree7749c623791272962c0c91ae3b3789ecfeca9d7a
parent8008739dc5acd272dc56a4702493feb3645d5d35
in FLAC__stream_encoder_set_metadata(), copy the metadata array of pointers instead of requiring the caller to keep it until initialization; the objects themselves are still owned by caller
include/FLAC/stream_encoder.h
src/libFLAC/stream_encoder.c