diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2024-04-18 01:23:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 19:23:38 +0200 |
| commit | e0f0afdf91261b43cc29a01752fc2ba6a5e41d8b (patch) | |
| tree | 742fbd451ed67124c1bd6476cff243d844c9f1e6 /src | |
| parent | 5120e74b365b4797e2decb9147dcd7a121faf647 (diff) | |
| download | box64-e0f0afdf91261b43cc29a01752fc2ba6a5e41d8b.tar.gz box64-e0f0afdf91261b43cc29a01752fc2ba6a5e41d8b.zip | |
Wrapped 1 more function for mpg123 (#1454)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedmpg123_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedmpg123_private.h b/src/wrapped/wrappedmpg123_private.h index 76d94aa7..df66c3e9 100644 --- a/src/wrapped/wrappedmpg123_private.h +++ b/src/wrapped/wrappedmpg123_private.h @@ -59,6 +59,7 @@ GO(mpg123_id3, iFppp) GO(mpg123_index, iFpppp) GO(mpg123_index_64, iFpppp) GO(mpg123_info, iFpp) +GO(mpg123_info2, iFpp) GO(mpg123_init, iFv) //GO(mpg123_init_string, GO(mpg123_length, lFp) |