Changeset 9938200 for src/io/source_avcodec.c
- Timestamp:
- Mar 17, 2017, 6:29:12 PM (8 years ago)
- Branches:
- sampler
- Children:
- 0fdab5b
- Parents:
- 389f903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r389f903 r9938200 164 164 av_strerror (err, errorstr, sizeof(errorstr)); 165 165 AUBIO_ERR("source_avcodec: Failed opening %s (%s)\n", s->path, errorstr); 166 goto beach _streamopts;166 goto beach; 167 167 } 168 168 … … 299 299 return s; 300 300 301 beach_streamopts:302 av_dict_free(&streamopts);303 301 beach: 302 if (streamopts != 0) av_dict_free(&streamopts); 304 303 //AUBIO_ERR("can not read %s at samplerate %dHz with a hop_size of %d\n", 305 304 // s->path, s->samplerate, s->hop_size);
Note: See TracChangeset
for help on using the changeset viewer.