public void Close() { foreach (var decoder in decoderTable) { AV.avcodec_close(decoder.Value); } if (rawFormatCtx != null) { AV.avformat_free_context(rawFormatCtx); } }