FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
xbmenc.c File Reference
#include "avcodec.h"
#include "internal.h"
#include "mathops.h"

Go to the source code of this file.

Functions

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

Variables

AVCodec ff_xbm_encoder
 

Function Documentation

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

Definition at line 27 of file xbmenc.c.

Variable Documentation

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

Definition at line 58 of file xbmenc.c.