MythTV  master
Classes | Variables
textsubtitleparser.cpp File Reference
#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"
Include dependency graph for textsubtitleparser.cpp:

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...
 

Variables

static constexpr uint32_t IO_BUFFER_SIZE { 32768 }
 TextSubtitles Copyright (c) 2006 by Pekka Jääskeläinen Distributed as part of MythTV under GPL v2 and later. More...
 

Variable Documentation

◆ IO_BUFFER_SIZE

constexpr uint32_t IO_BUFFER_SIZE { 32768 }
staticconstexpr

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.

Referenced by TextSubtitleParser::LoadSubtitles().