blob: 61e1149d200af36213495d4139402470079dedc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* File: profiles_jpeg.cpp
* Author: savop
*
* Created on 7. Dezember 2009, 12:59
*/
#include "profiles/jpeg.h"
DLNAIconProfile DLNA_ICON_JPEG_SM_24 = { "image/jpeg", 48, 48, 24 };
DLNAIconProfile DLNA_ICON_JPEG_LRG_24 = { "image/jpeg", 120, 120, 24 };
|