Skip to content

Commit

Permalink
Remove obsolete free_result refs
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Aug 4, 2020
1 parent d8863ff commit 70bd815
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions codecs/avif/dec/README.md
Expand Up @@ -12,7 +12,3 @@ See `example.html`
### `RawImage decode(std::string buffer)`

Decodes the given avif buffer into raw RGBA. `RawImage` is a class with 3 fields: `buffer`, `width`, and `height`.

### `void free_result()`

Frees the result created by `decode()`.
4 changes: 0 additions & 4 deletions codecs/avif/enc/README.md
Expand Up @@ -35,7 +35,3 @@ struct AvifOptions {
int subsample;
};
```
### `void free_result()`
Frees the result created by `encode()`.
1 change: 0 additions & 1 deletion codecs/avif/enc/avif_enc.d.ts
Expand Up @@ -2,7 +2,6 @@ import { EncodeOptions } from '../../src/codecs/avif/encoder-meta';

interface AVIFModule extends EmscriptenWasm.Module {
encode(data: BufferSource, width: number, height: number, options: EncodeOptions): Uint8Array;
free_result(): void;
}


Expand Down

0 comments on commit 70bd815

Please sign in to comment.