Codecs: mp3: Move strip tags to codec

Another fix for FS#13626 (replacement for 2bd88936f7)

Change-Id: Ife5f65539457559fd908d0048d4df94649b0b894
This commit is contained in:
Roman Artiukhin 2025-05-22 15:26:54 +03:00 committed by Solomon Peachy
parent 78903e9d38
commit 38105860dc
6 changed files with 24 additions and 0 deletions

View file

@ -81,6 +81,7 @@ int bufseek(int handle_id, size_t newpos);
int bufadvance(int handle_id, off_t offset);
off_t bufftell(int handle_id);
ssize_t bufread(int handle_id, size_t size, void *dest);
off_t bufstripsize(int handle_id, off_t size);
ssize_t bufgetdata(int handle_id, size_t size, void **data);
/***************************************************************************