From 18ee892832075829c1a0aec3427645f753077272 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 3 Jan 2014 05:52:22 +0000 Subject: [PATCH 1/1] afs.h: Don't try to list all supported audio formats. --- afs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afs.h b/afs.h index 273204e6..7a3f963f 100644 --- a/afs.h +++ b/afs.h @@ -20,7 +20,7 @@ struct afs_info { uint32_t image_id; /** Lyrics blob associated with this file (foreign key). */ uint32_t lyrics_id; - /** Mp3, ogg, aac, wma, spx. */ + /** Mp3, ogg, ... */ uint8_t audio_format_id; /** Amplification value. */ uint8_t amp; -- 2.39.2