MythTV
master
|
#include <cstdio>
#include <cstring>
#include <climits>
#include <algorithm>
#include <QRunnable>
#include <QFile>
#include <QDataStream>
#include "libmythbase/mthreadpool.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/remotefile.h"
#include "libmythtv/io/mythmediabuffer.h"
#include "libmyth/mythaverror.h"
#include "captions/textsubtitleparser.h"
#include "captions/subtitlereader.h"
Go to the source code of this file.
Classes | |
class | SubtitleLoadHelper |
class | RemoteFileWrapper |
struct | local_buffer_t |
A local buffer that the entire file is slurped into. More... | |
Macros | |
#define | IO_BUFFER_SIZE 32768 |
TextSubtitles Copyright (c) 2006 by Pekka Jääskeläinen Distributed as part of MythTV under GPL v2 and later. More... | |
#define IO_BUFFER_SIZE 32768 |
TextSubtitles Copyright (c) 2006 by Pekka Jääskeläinen Distributed as part of MythTV under GPL v2 and later.
Definition at line 36 of file textsubtitleparser.cpp.