FFmpeg
|
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "encode.h"
#include "qoi.h"
Go to the source code of this file.
Functions | |
static int | qoi_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) |
Variables | |
const FFCodec | ff_qoi_encoder |
|
static |
const FFCodec ff_qoi_encoder |