diff id3v1.c @ 5448:97b8e17cfbd4 libavformat

s/author/artist/ for ID3 from ffmbc
author michael
date Sun, 13 Dec 2009 21:01:49 +0000
parents 1c7cdbafd33c
children daea7c5405ac
line wrap: on
line diff
--- a/id3v1.c	Sun Dec 13 20:51:38 2009 +0000
+++ b/id3v1.c	Sun Dec 13 21:01:49 2009 +0000
@@ -209,7 +209,7 @@
           buf[2] == 'G'))
         return -1;
     get_string(s, "title",   buf +  3, 30);
-    get_string(s, "author",  buf + 33, 30);
+    get_string(s, "artist",  buf + 33, 30);
     get_string(s, "album",   buf + 63, 30);
     get_string(s, "year",    buf + 93,  4);
     get_string(s, "comment", buf + 97, 30);