Changeset d0ef4b7
- Timestamp:
- Dec 31, 2018, 9:48:19 PM (6 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r9bad2ba rd0ef4b7 620 620 #ifdef HAVE_AVRESAMPLE 621 621 avresample_close( s->avr ); 622 av_free ( s->avr ); 622 623 #elif defined(HAVE_SWRESAMPLE) 623 624 swr_close ( s->avr ); 624 #endif 625 av_free ( s->avr ); 625 swr_free ( &s->avr ); 626 #endif 626 627 } 627 628 s->avr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.