chore[kmpp]: Modify kmpp_objs init / deinit order

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: Ia8fac55bc43f092a6b76bd9f5b7706f4d28bde1d
This commit is contained in:
Herman Chen
2025-06-17 11:53:58 +08:00
parent 147aec8a1b
commit 5e67bcdf71
4 changed files with 15 additions and 9 deletions

View File

@@ -10,6 +10,6 @@
#define KMPP_OBJ_NAME kmpp_frame
#define KMPP_OBJ_INTF_TYPE KmppFrame
#define KMPP_OBJ_IMPL_TYPE KmppFrameImpl
#define KMPP_OBJ_SGLN_ID MPP_SGLN_FRAME
#define KMPP_OBJ_SGLN_ID MPP_SGLN_KMPP_FRAME
#define KMPP_OBJ_ENTRY_TABLE KMPP_FRAME_ENTRY_TABLE
#include "kmpp_obj_helper.h"