#include "Media/FfmpegDecoder.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Raster/GenericFrame.H"
#include "Util/Assert.H"
#include "Util/log.H"
#include "Video/FfmpegFrame.H"
#include "Video/VideoFrame.H"
#include "rutz/trace.h"
#include <cstdlib>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <termios.h>
Go to the source code of this file.
Low-level class for using ffmpeg to decode movie files
Definition in file FfmpegDecoder.C.