FFmpeg
Loading...
Searching...
No Matches
sunrast.c File Reference
#include "libavutil/avassert.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "sunrast.h"

Go to the source code of this file.

Functions

static int sunrast_decode_frame (AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt)
 

Variables

const FFCodec ff_sunrast_decoder
 

Function Documentation

◆ sunrast_decode_frame()

static int sunrast_decode_frame ( AVCodecContext * avctx,
AVFrame * p,
int * got_frame,
AVPacket * avpkt )
static

Definition at line 31 of file sunrast.c.

Variable Documentation

◆ ff_sunrast_decoder

const FFCodec ff_sunrast_decoder
Initial value:
= {
.p.name = "sunrast",
CODEC_LONG_NAME("Sun Rasterfile image"),
.p.type = AVMEDIA_TYPE_VIDEO,
.p.capabilities = AV_CODEC_CAP_DR1,
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
Definition codec.h:49
@ AV_CODEC_ID_SUNRAST
Definition codec_id.h:160
@ AVMEDIA_TYPE_VIDEO
Definition avutil.h:200
static int sunrast_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt)
Definition sunrast.c:31

Definition at line 226 of file sunrast.c.