Add panicf to plugin and codec API

Change-Id: I0e11ecaf8e18233f682f572f479cfdd141c99bd5
This commit is contained in:
Aidan MacDonald 2026-04-21 14:32:48 +01:00 committed by Solomon Peachy
parent 4e62c9f8cb
commit 9ac6edf750
4 changed files with 6 additions and 0 deletions

View file

@ -224,6 +224,7 @@ struct codec_api {
/* new stuff at the end, sort into place next time
the API gets incompatible */
void (*panicf)(const char *msg, ...);
};
/* codec header */