diff options
author | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:10:01 +0100 |
---|---|---|
committer | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:10:01 +0100 |
commit | 724cb5e3783311f6b8c808852dbe2de59f2399b0 (patch) | |
tree | be1f2d617b4a3e2e156b7a2d6ba9ee335cde63cf /inc/profiles/wma.h | |
parent | 0152f33daffe3fe943d6a134409d02df7ecaa982 (diff) | |
download | vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.gz vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.bz2 |
Fixed small bug which leads to an empty TV folder
Diffstat (limited to 'inc/profiles/wma.h')
-rw-r--r-- | inc/profiles/wma.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/inc/profiles/wma.h b/inc/profiles/wma.h new file mode 100644 index 0000000..80e25ec --- /dev/null +++ b/inc/profiles/wma.h @@ -0,0 +1,18 @@ +/* + * File: profiles_wma.h + * Author: savop + * + * Created on 7. Dezember 2009, 13:32 + */ + +#ifndef _PROFILES_WMA_H +#define _PROFILES_WMA_H + +#include "profile_data.h" + +extern DLNAProfile DLNA_PROFILE_WMABASE; ///< WMA with less than 193Kbit/s +extern DLNAProfile DLNA_PROFILE_WMAFULL; ///< WMA +extern DLNAProfile DLNA_PROFILE_WMAPRO; ///< WMA Professional + +#endif /* _PROFILES_WMA_H */ + |