search for: flac_tagtitl

Displaying 1 result from an estimated 1 matches for "flac_tagtitl".

Did you mean: flac_tagtitle
2008 May 19
1
Memory leaks due to Metadata object vorbis comment API ???
...> > #endif > > #include <stdio.h> > #include <stdlib.h> > #include <string.h> > #include "FLAC_metadata.h" > #include "FLAC_stream_encoder.h" > > static char outFileName[256] = {"encAudio.flac"}; > static unsigned char FLAC_tagTitle[] = {"Title"}; > static const unsigned char FLAC_tagArtist[] = {"Artist"}; > static const unsigned char FLAC_tagAlbum[] = {"Album"}; > static const unsigned char FLAC_tagYear[] = {"2008"}; > static const unsigned char FLAC_tagGenre[] = {"Aud...