Changeset d0ef4b7


Ignore:
Timestamp:
Dec 31, 2018, 9:48:19 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn_org, feature/crepe_org
Children:
5010e61
Parents:
9bad2ba (diff), dc7362fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/cnn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    r9bad2ba rd0ef4b7  
    620620#ifdef HAVE_AVRESAMPLE
    621621    avresample_close( s->avr );
     622    av_free ( s->avr );
    622623#elif defined(HAVE_SWRESAMPLE)
    623624    swr_close ( s->avr );
    624 #endif
    625     av_free ( s->avr );
     625    swr_free ( &s->avr );
     626#endif
    626627  }
    627628  s->avr = NULL;
Note: See TracChangeset for help on using the changeset viewer.