Use QImage to load photo metadata instead of ffmpeg.

This commit is contained in:
codestation
2014-01-02 13:14:38 -04:30
parent e2768672e7
commit 960897ea2e
5 changed files with 7 additions and 21 deletions

View File

@@ -30,7 +30,7 @@
Database *CmaEvent::db = NULL;
metadata_t CmaEvent::g_thumbmeta = {0, 0, 0, NULL, NULL, 0, 0, 0, Thumbnail, {{17, 144, 80, 0, 1, 1.0f, 2}}, NULL};
metadata_t CmaEvent::g_thumbmeta = {0, 0, 0, NULL, NULL, 0, 0, 0, Thumbnail, {{17, 240, 136, 0, 1, 1.0f, 2}}, NULL};
CmaEvent::CmaEvent(vita_device_t *s_device) :
device(s_device), is_active(true)