diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-12-13 21:01:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-12-13 21:01:49 +0000 |
commit | 8a98be1a089f9782a5d72f2f2e07022083b8a68e (patch) | |
tree | 21a1f32e0d457a6ada6dde9f5e3d268620861f59 /libavformat/id3v2.c | |
parent | 57f36fda5671f6d9b7fd5038aa01f69a82773e07 (diff) | |
download | ffmpeg-8a98be1a089f9782a5d72f2f2e07022083b8a68e.tar.gz |
s/author/artist/ for ID3
from ffmbc
Originally committed as revision 20838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/id3v2.c')
-rw-r--r-- | libavformat/id3v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 9bc1d0f1c6..c09f79cffa 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -241,7 +241,7 @@ const AVMetadataConv ff_id3v2_metadata_conv[] = { { "TENC", "encoder"}, { "TIT2", "title"}, { "TLAN", "language"}, - { "TPE1", "author"}, + { "TPE1", "artist"}, { "TPOS", "disc"}, { "TPUB", "publisher"}, { "TRCK", "track"}, |