| 5115 | } |
| 5116 | |
| 5117 | void avifDecoderSetIO(avifDecoder * decoder, avifIO * io) |
| 5118 | { |
| 5119 | avifIODestroy(decoder->io); |
| 5120 | decoder->io = io; |
| 5121 | } |
| 5122 | |
| 5123 | avifResult avifDecoderSetIOMemory(avifDecoder * decoder, const uint8_t * data, size_t size) |
| 5124 | { |