#include "Media/MovieDecoder.H"
#include <deque>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | FfmpegPacketDecoder |
Decode a movie using ffmpeg's libavformat packet streaming API. More... |
Definition in file FfmpegPacketDecoder.H.