blob: 46ccc2404a38ffde1082c87d31e701991ba014c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* File: profiles_png.cpp
* Author: savop
*
* Created on 7. Dezember 2009, 13:01
*/
#include "profiles/png.h"
DLNAIconProfile DLNA_ICON_PNG_SM_24A = { "image/png", 48, 48, 24 };
DLNAIconProfile DLNA_ICON_PNG_LRG_24A = { "image/png", 120, 120, 24 };
|