mp3: use mpg123 functions for detection

Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
This commit is contained in:
Mahyar Koshkouei
2025-07-30 22:01:28 +01:00
parent 08ec6a7adb
commit e64472e689
3 changed files with 59 additions and 3 deletions

View File

@@ -2,3 +2,4 @@
#include "playback.h"
void setMp3(struct decoder_fn* decoder);
int isMp3(const char *path);