encode_group

This commit is contained in:
2026-04-26 11:43:14 +02:00
parent ff6460ba0f
commit 33eb2c1c60
9 changed files with 67 additions and 28 deletions
+2
View File
@@ -144,6 +144,8 @@ void init_lua(RDSEncoder* _enc) {
lua_registertotable(L, "set_streams", lua_set_rds_streams);
lua_registertotable(L, "get_streams", lua_get_rds_streams);
lua_registertotable(L, "encode_group", lua_encode_group);
lua_setglobal(L, "rds");
if (luaL_loadfile(L, "/etc/rds95.lua") != LUA_OK) {