FFmpeg
Macros | Functions | Variables
xbmenc.c File Reference
#include "avcodec.h"
#include "encode.h"
#include "internal.h"
#include "mathops.h"

Go to the source code of this file.

Macros

#define ANSI_MIN_READLINE   509
 

Functions

static int xbm_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet)
 

Variables

const AVCodec ff_xbm_encoder
 

Macro Definition Documentation

◆ ANSI_MIN_READLINE

#define ANSI_MIN_READLINE   509

Definition at line 28 of file xbmenc.c.

Function Documentation

◆ xbm_encode_frame()

static int xbm_encode_frame ( AVCodecContext avctx,
AVPacket pkt,
const AVFrame p,
int got_packet 
)
static

Definition at line 30 of file xbmenc.c.

Variable Documentation

◆ ff_xbm_encoder

const AVCodec ff_xbm_encoder
Initial value:
= {
.name = "xbm",
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
.encode2 = xbm_encode_frame,
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_MONOWHITE,
}

Definition at line 78 of file xbmenc.c.

AVPixelFormat
AVPixelFormat
Pixel format.
Definition: pixfmt.h:64
AV_PIX_FMT_MONOWHITE
@ AV_PIX_FMT_MONOWHITE
Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb.
Definition: pixfmt.h:75
xbm_encode_frame
static int xbm_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet)
Definition: xbmenc.c:30
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:117
AV_CODEC_ID_XBM
@ AV_CODEC_ID_XBM
Definition: codec_id.h:210
AV_PIX_FMT_NONE
@ AV_PIX_FMT_NONE
Definition: pixfmt.h:65
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201