summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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