MythTV
master
|
#include "imagemetadata.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/mythsystemlegacy.h"
#include <exiv2/exiv2.hpp>
#include "libavformat/avformat.h"
Go to the source code of this file.
Classes | |
class | PictureMetaData |
Reads Exif metadata from a picture using libexiv2. More... | |
class | VideoMetaData |
Reads video metadata tags using FFmpeg Raw values for Orientation & Date are read quickly via FFmpeg API. More... | |
Macros | |
#define | LOC QString("ImageMetaData: ") |
#define LOC QString("ImageMetaData: ") |
Definition at line 18 of file imagemetadata.cpp.