From 73e9f1417d98a2b414ccc43308fd798a92f37e4e Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 16 Feb 2026 18:27:55 +1100 Subject: fix(png): Change return value of ff_open_png to no impl --- src/format/image/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format/image/png.c') diff --git a/src/format/image/png.c b/src/format/image/png.c index d883863..9e4fe3a 100644 --- a/src/format/image/png.c +++ b/src/format/image/png.c @@ -63,7 +63,7 @@ ff_result ff_open_png(ff_stream *stream, ff_png_ctx **out_ctx) *out_ctx = ctx; ff_dprintf("png: open_png reached WIP end\n"); - return FF_RESULT_OK; + return FF_RESULT_WARN_NO_IMPL; } // Handlers -- cgit v1.2.3