#include <cerrno>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <sys/stat.h>
#include <QApplication>
#include <QDomDocument>
#include <QFile>
#include <QDir>
#include <QPainter>
#include <mythcontext.h>
#include <mythdbcon.h>
#include <programinfo.h>
#include <mythuihelper.h>
#include <mythmainwindow.h>
#include <mythdialogbox.h>
#include <mythdirs.h>
#include <mythmiscutil.h>
#include <mythuitext.h>
#include <mythuibutton.h>
#include <mythuiimage.h>
#include <mythuibuttonlist.h>
#include <mythimage.h>
#include <mythconfig.h>
#include "libavutil/imgutils.h"
#include "thumbfinder.h"
Go to the source code of this file.
◆ INT64_C
#define INT64_C |
( |
|
v | ) |
(v ## LL) |
◆ PRE_SEEK_AMOUNT
#define PRE_SEEK_AMOUNT 50 |
◆ kSeekAmounts
Initial value:{{
{"frame", -1},
{"1 second", 1},
{"5 seconds", 5},
{"10 seconds", 10},
{"30 seconds", 30},
{"1 minute", 60},
{"5 minutes", 300},
{"10 minutes", 600},
{"Cut Point", -2},
}}
Definition at line 72 of file thumbfinder.cpp.
Referenced by ThumbFinder::changeSeekAmount(), ThumbFinder::Create(), ThumbFinder::seekBackward(), and ThumbFinder::seekForward().