chore: Remove tracked build artifacts

This commit is contained in:
lmx
2025-11-28 16:24:27 +08:00
parent 892ed9267b
commit 818e8c3778
2356 changed files with 0 additions and 587882 deletions

View File

@ -1,15 +0,0 @@
#ifndef __MUSIC_ID3_H__
#define __MUSIC_ID3_H__
#include "typedef.h"
typedef struct __MP3_ID3_OBJ {
u8 *id3_buf;
u32 id3_len;
} MP3_ID3_OBJ;
void id3_obj_post(MP3_ID3_OBJ **obj);
MP3_ID3_OBJ *id3_v1_obj_get(void *file);
MP3_ID3_OBJ *id3_v2_obj_get(void *file);
#endif// __MUSIC_ID3_H__