Ignore:
Timestamp:
Oct 5, 2018, 8:51:00 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
c8b52ab
Parents:
f5b8800
Message:

examples/: avoid hiding global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/parse_args.h

    rf5b8800 rfaf2702  
    6565extern int blocks;
    6666
    67 extern fvec_t *ibuf;
    68 extern fvec_t *obuf;
     67extern fvec_t *input_buffer;
     68extern fvec_t *output_buffer;
    6969
    7070const char *prog_name;
Note: See TracChangeset for help on using the changeset viewer.