From: Andre Noll Date: Fri, 3 Jan 2014 05:52:22 +0000 (+0000) Subject: afs.h: Don't try to list all supported audio formats. X-Git-Tag: v0.5.2~6^2~12 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=18ee892832075829c1a0aec3427645f753077272;ds=sidebyside afs.h: Don't try to list all supported audio formats. --- 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;