diff options
Diffstat (limited to 'inc/profiles/amr.h')
-rw-r--r-- | inc/profiles/amr.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/inc/profiles/amr.h b/inc/profiles/amr.h new file mode 100644 index 0000000..73cc9ee --- /dev/null +++ b/inc/profiles/amr.h @@ -0,0 +1,17 @@ +/* + * File: profiles_amr.h + * Author: savop + * + * Created on 7. Dezember 2009, 13:05 + */ + +#ifndef _PROFILES_AMR_H +#define _PROFILES_AMR_H + +#include "profile_data.h" + +extern DLNAProfile DLNA_PROFILE_AMR_3GPP; ///< AMR 3GPP, cell phones +extern DLNAProfile DLNA_PROFILE_AMR_WBPlus; ///< AMR WB+ + +#endif /* _PROFILES_AMR_H */ + |