Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source_avcodec.c

    r2d071ad r986131d  
    88int main (int argc, char **argv)
    99{
     10  aubio_init();
     11
    1012  uint_t err = 0;
    1113  if (argc < 2) {
     
    6062  PRINT_ERR("aubio was not compiled with aubio_source_avcodec\n");
    6163#endif /* HAVE_LIBAV */
     64
     65  aubio_cleanup();
     66 
    6267  return err;
    6368}
Note: See TracChangeset for help on using the changeset viewer.