diff options
Diffstat (limited to 'dlna/profiles/mpeg1.cpp')
-rw-r--r-- | dlna/profiles/mpeg1.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dlna/profiles/mpeg1.cpp b/dlna/profiles/mpeg1.cpp new file mode 100644 index 0000000..9f2d67b --- /dev/null +++ b/dlna/profiles/mpeg1.cpp @@ -0,0 +1,15 @@ +/* + * File: profiles_mpeg1.cpp + * Author: savop + * + * Created on 7. Dezember 2009, 13:34 + */ + +#include "profiles/mpeg1.h" + +DLNAProfile DLNA_PROFILE_MPEG1 = { "MPEG1", "video/mpeg" }; + +DLNAVideoMapping MPEG1_VIDEO_MAP[] = +{ + { &DLNA_PROFILE_MPEG1, DLNA_VCP_MPEG1, DLNA_VPP_MPEG1, DLNA_APP_MPEG1_L2 } +};
\ No newline at end of file |