Changes in src/io/source_avcodec.c [d62fb90:58fe197]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
rd62fb90 r58fe197 144 144 strncpy(s->path, path, strnlen(path, PATH_MAX) + 1); 145 145 146 #if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(58,0,0)147 146 // register all formats and codecs 148 147 av_register_all(); 149 #endif150 148 151 149 if (aubio_source_avcodec_has_network_url(s)) {
Note: See TracChangeset
for help on using the changeset viewer.