diff options
Diffstat (limited to 'inc/profiles/mpeg1.h')
-rw-r--r-- | inc/profiles/mpeg1.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/inc/profiles/mpeg1.h b/inc/profiles/mpeg1.h new file mode 100644 index 0000000..7e7637e --- /dev/null +++ b/inc/profiles/mpeg1.h @@ -0,0 +1,16 @@ +/* + * File: profiles_mpeg1.h + * Author: savop + * + * Created on 7. Dezember 2009, 13:34 + */ + +#ifndef _PROFILES_MPEG1_H +#define _PROFILES_MPEG1_H + +#include "profile_data.h" + +extern DLNAProfile DLNA_PROFILE_MPEG1; ///< MPEG 1 + +#endif /* _PROFILES_MPEG1_H */ + |