From 724cb5e3783311f6b8c808852dbe2de59f2399b0 Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Mon, 25 Jan 2010 12:10:01 +0100 Subject: Fixed small bug which leads to an empty TV folder --- dlna/profiles/jpeg.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dlna/profiles/jpeg.cpp (limited to 'dlna/profiles/jpeg.cpp') diff --git a/dlna/profiles/jpeg.cpp b/dlna/profiles/jpeg.cpp new file mode 100644 index 0000000..61e1149 --- /dev/null +++ b/dlna/profiles/jpeg.cpp @@ -0,0 +1,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 }; -- cgit v1.2.3