FFmpeg
Enumerations | Variables
qdrw.c File Reference

Apple QuickDraw codec. More...

#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"

Enumerations

enum  QuickdrawOpcodes {
  CLIP = 0x0001, PACKBITSRECT = 0x0098, PACKBITSRGN, DIRECTBITSRECT,
  DIRECTBITSRGN, SHORTCOMMENT = 0x00A0, LONGCOMMENT, EOP = 0x00FF
}
 

Variables

AVCodec ff_qdraw_decoder
 

Detailed Description

Apple QuickDraw codec.

https://developer.apple.com/legacy/library/documentation/mac/QuickDraw/QuickDraw-461.html

Variable Documentation

§ ff_qdraw_decoder

AVCodec ff_qdraw_decoder
Initial value:
= {
.name = "qdraw",
.long_name = NULL_IF_CONFIG_SMALL("Apple QuickDraw"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_QDRAW,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:959