Changeset 07c76d00


Ignore:
Timestamp:
Dec 23, 2018, 12:03:13 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
135bc14
Parents:
6245b52
Message:

[sink_flac] no declaration after statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/sink_flac.c

    r6245b52 r07c76d00  
    130130  FLAC__bool ok = true;
    131131  FLAC__StreamEncoderInitStatus init_status;
     132  FLAC__StreamMetadata_VorbisComment_Entry entry;
    132133  const unsigned comp_level = 5;
    133134  const unsigned bps = 16;
     
    183184  }
    184185
    185   FLAC__StreamMetadata_VorbisComment_Entry entry;
    186186  ok = FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair(&entry,
    187187      "encoder", "aubio");
Note: See TracChangeset for help on using the changeset viewer.