repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[filesystem][SpecialProtocol] Removed assert from GetPath
[xbmc.git]
/
xbmc
/
pictures
/
IptcParse.h
blob
ba001358bdb13171a80458b1470aa2eaa20be697
1
#pragma once
2
3
#include
"libexif.h"
4
5
class
CIptcParse
6
{
7
public
:
8
static bool
Process
(
const unsigned char
*
const
Data
,
const unsigned short
length
,
IPTCInfo_t
*
info
);
9
};
10