| 524 | } |
| 525 | |
| 526 | void FFMS_AudioSource::Free() { |
| 527 | av_frame_free(&DecodeFrame); |
| 528 | avcodec_free_context(&CodecContext); |
| 529 | avformat_close_input(&FormatContext); |
| 530 | } |
| 531 | |
| 532 | FFMS_AudioSource::~FFMS_AudioSource() { |
| 533 | Free(); |
nothing calls this directly
no outgoing calls
no test coverage detected