FFmpeg
|
#include <AMF/core/Version.h>
#include <AMF/core/Buffer.h>
#include <AMF/core/Factory.h>
#include <AMF/core/Context.h>
#include <AMF/core/Surface.h>
#include <AMF/components/Component.h>
#include <AMF/components/VideoDecoderUVD.h>
#include "avcodec.h"
#include "libavformat/avformat.h"
#include "libavutil/fifo.h"
#include "libavutil/frame.h"
#include "libavutil/opt.h"
#include "libavutil/hwcontext_amf.h"
Go to the source code of this file.
Data Structures | |
struct | AMFDecoderContext |
AMF decoder context. More... | |