]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afs.h: Don't try to list all supported audio formats.
authorAndre Noll <maan@systemlinux.org>
Fri, 3 Jan 2014 05:52:22 +0000 (05:52 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:49:30 +0000 (16:49 +0100)
afs.h

diff --git a/afs.h b/afs.h
index 273204e6c69f1aa926b795a49ce4dbd6721e3f9b..7a3f963f940e3e710e02d0dbb34e42e97a9542fd 100644 (file)
--- 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;