FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
sunrast.c File Reference
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "internal.h"
#include "sunrast.h"

Go to the source code of this file.

Data Structures

struct  SUNRASTContext
 

Functions

static av_cold int sunrast_init (AVCodecContext *avctx)
 
static int sunrast_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 
static av_cold int sunrast_end (AVCodecContext *avctx)
 

Variables

AVCodec ff_sunrast_decoder
 

Function Documentation

static av_cold int sunrast_init ( AVCodecContext avctx)
static

Definition at line 33 of file sunrast.c.

static int sunrast_decode_frame ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket avpkt 
)
static

Definition at line 42 of file sunrast.c.

static av_cold int sunrast_end ( AVCodecContext avctx)
static

Definition at line 231 of file sunrast.c.

Variable Documentation

AVCodec ff_sunrast_decoder
Initial value:
= {
.name = "sunrast",
.priv_data_size = sizeof(SUNRASTContext),
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Sun Rasterfile image"),
}

Definition at line 240 of file sunrast.c.