FFmpeg
Functions | Variables
m101.c File Reference
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"

Go to the source code of this file.

Functions

static av_cold int m101_decode_init (AVCodecContext *avctx)
 
static int m101_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 

Variables

AVCodec ff_m101_decoder
 

Function Documentation

◆ m101_decode_init()

static av_cold int m101_decode_init ( AVCodecContext avctx)
static

Definition at line 27 of file m101.c.

◆ m101_decode_frame()

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

Definition at line 46 of file m101.c.

Variable Documentation

◆ ff_m101_decoder

AVCodec ff_m101_decoder
Initial value:
= {
.name = "m101",
.long_name = NULL_IF_CONFIG_SMALL("Matrox Uncompressed SD"),
.decode = m101_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
}

Definition at line 108 of file m101.c.

m101_decode_init
static av_cold int m101_decode_init(AVCodecContext *avctx)
Definition: m101.c:27
m101_decode_frame
static int m101_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: m101.c:46
AV_CODEC_CAP_DR1
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:981
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:188
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201
AV_CODEC_ID_M101
@ AV_CODEC_ID_M101
Definition: avcodec.h:432