add some copyright notice
[fdkaac.git] / src / metadata.c
index 303501255f947d6c381612d2d915c76308484ecd..49781b2e2a05d2d033514691d1da25b7fdc75108 100644 (file)
@@ -1,3 +1,7 @@
+/* 
+ * Copyright (C) 2013 nu774
+ * For conditions of distribution and use, see copyright notice in COPYING
+ */
 #if HAVE_CONFIG_H
 #  include "config.h"
 #endif
@@ -56,7 +60,8 @@ static tag_key_mapping_t tag_mapping_table[] = {
     { "grouping",                   M4AF_TAG_GROUPING            },
     { "itunescompilation",          M4AF_TAG_COMPILATION         },
     { "lyrics",                     M4AF_TAG_LYRICS              },
-    { "performer",                  M4AF_TAG_ARTIST              },
+    { "tempo",                      M4AF_TAG_TEMPO               },
+    { "recordeddate",               M4AF_TAG_DATE                },
     { "title",                      M4AF_TAG_TITLE               },
     { "titlesort",                  M4AF_FOURCC('s','o','n','m') },
     { "titlesortorder",             M4AF_FOURCC('s','o','n','m') },
This page took 0.009444 seconds and 4 git commands to generate.