changeset 5448:97b8e17cfbd4 libavformat

s/author/artist/ for ID3 from ffmbc
author michael
date Sun, 13 Dec 2009 21:01:49 +0000
parents 1c7cdbafd33c
children 82a3916eacbd
files id3v1.c id3v2.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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);
--- a/id3v2.c	Sun Dec 13 20:51:38 2009 +0000
+++ b/id3v2.c	Sun Dec 13 21:01:49 2009 +0000
@@ -241,7 +241,7 @@
     { "TENC", "encoder"},
     { "TIT2", "title"},
     { "TLAN", "language"},
-    { "TPE1", "author"},
+    { "TPE1", "artist"},
     { "TPOS", "disc"},
     { "TPUB", "publisher"},
     { "TRCK", "track"},