|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
Video Input Stream. More...
#include <functional>#include <set>#include <string>#include <vector>#include <libavcodec/avcodec.h>#include <libavformat/avformat.h>#include <libavutil/timestamp.h>#include <vdr/thread.h>#include "codec_video.h"#include "config.h"#include "h264parser.h"#include "logger.h"#include "misc.h"#include "queue.h"#include "videofilter.h"#include "videostream.h"#include "videorender.h"Go to the source code of this file.
Functions | |
| static size_t | ReadLineFromFile (char *buf, size_t size, const char *file) |
| Helper function to read a line from a given file. | |
| static int | ReadHWPlatform (void) |
| Helper function to find out which platform we are on. | |
Video Input Stream.
This file defines cVideoStream, which is repsonsible for handling the video stream.
Definition in file videostream.cpp.