summaryrefslogtreecommitdiff
path: root/src/format/image
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-16 18:27:55 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-16 18:27:55 +1100
commit73e9f1417d98a2b414ccc43308fd798a92f37e4e (patch)
tree4dd5af4d4decbb955d9e0062c07d89b26c2792f8 /src/format/image
parent133b1f8db912b57b5554853ab4fe87349997e15d (diff)
fix(png): Change return value of ff_open_png to no impl
Diffstat (limited to 'src/format/image')
-rw-r--r--src/format/image/png.c2
1 files changed, 1 insertions, 1 deletions
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