Implementation of the VideoDecoder class for decoding video streams in ASAPCabinetFE. More...
#include "video_decoder.h"
#include "ffmpeg_player.h"
#include "log/logging.h"
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
#include <libavutil/imgutils.h>
#include <libavutil/mem.h>
#include <libavutil/hwcontext.h>
#include <libavutil/error.h>
Implementation of the VideoDecoder class for decoding video streams in ASAPCabinetFE.