See header for documentation. */
| 1391 | |
| 1392 | /* See header for documentation. */ |
| 1393 | astcenc_error astcenc_decompress_reset( |
| 1394 | astcenc_context* ctxo |
| 1395 | ) { |
| 1396 | ctxo->manage_decompress.reset(); |
| 1397 | return ASTCENC_SUCCESS; |
| 1398 | } |
| 1399 | |
| 1400 | /* See header for documentation. */ |
| 1401 | astcenc_error astcenc_get_block_info( |
no test coverage detected