FFmpeg
|
#include "avcodec.h"
#include "codec_internal.h"
#include "config_components.h"
#include "decode.h"
#include "libavutil/bswap.h"
#include "libavutil/common.h"
Go to the source code of this file.
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) |
|
static |