diff options
Diffstat (limited to 'src/format/image')
| -rw-r--r-- | src/format/image/png.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/format/image/png.c b/src/format/image/png.c index 11b90c3..67f9a88 100644 --- a/src/format/image/png.c +++ b/src/format/image/png.c @@ -35,8 +35,6 @@ ff_result ff_png_isvalid(ff_stream *stream) ff_result ff_open_png(ff_stream *stream, ff_png_ctx **out_ctx, ff_flag require_valid) { - (void)require_valid; // Just cast to void for now until I impl - ff_png_ctx *ctx = malloc(sizeof(ff_png_ctx)); if (!ctx) { // lol, i actually set the last_error field here. now its just this comment. im so frickin dumb bruh |
