Changeset 07c76d00
- Timestamp:
- Dec 23, 2018, 12:03:13 AM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 135bc14
- Parents:
- 6245b52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink_flac.c
r6245b52 r07c76d00 130 130 FLAC__bool ok = true; 131 131 FLAC__StreamEncoderInitStatus init_status; 132 FLAC__StreamMetadata_VorbisComment_Entry entry; 132 133 const unsigned comp_level = 5; 133 134 const unsigned bps = 16; … … 183 184 } 184 185 185 FLAC__StreamMetadata_VorbisComment_Entry entry;186 186 ok = FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair(&entry, 187 187 "encoder", "aubio");
Note: See TracChangeset
for help on using the changeset viewer.