Changeset 4791:4c1908f79270 in roaraudio


Ignore:
Timestamp:
03/12/11 22:58:39 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added ROAR_META_TYPE_COMPOSER and ROAR_META_TYPE_RIGHTS

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/meta.h

    r4708 r4791  
    7272#define ROAR_META_TYPE_COPYRIGHT      35 
    7373#define ROAR_META_TYPE_LIKENESS       36 
     74#define ROAR_META_TYPE_COMPOSER       37 
     75#define ROAR_META_TYPE_RIGHTS         38 
    7476 
    7577 
  • libroar/meta.c

    r4708 r4791  
    8888 {ROAR_META_TYPE_COPYRIGHT,          "COPYRIGHT"      }, 
    8989 {ROAR_META_TYPE_LIKENESS,           "LIKENESS"       }, 
     90 {ROAR_META_TYPE_COMPOSER,           "COMPOSER"       }, 
     91 {ROAR_META_TYPE_RIGHTS,             "RIGHTS"         }, 
    9092  
    9193 {-1, "EOL"} 
Note: See TracChangeset for help on using the changeset viewer.