libavcodec/xbmenc.c File Reference

#include "avcodec.h"
#include "internal.h"

Go to the source code of this file.

Functions

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

Variables

AVCodec ff_xbm_encoder


Function Documentation

static av_cold int xbm_encode_close ( AVCodecContext avctx  )  [static]

Definition at line 67 of file xbmenc.c.

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

Definition at line 36 of file xbmenc.c.

static av_cold int xbm_encode_init ( AVCodecContext avctx  )  [static]

Definition at line 26 of file xbmenc.c.


Variable Documentation

Initial value:

 {
    .name         = "xbm",
    .type         = AVMEDIA_TYPE_VIDEO,
    .id           = CODEC_ID_XBM,
    .init         = xbm_encode_init,
    .encode2      = xbm_encode_frame,
    .close        = xbm_encode_close,
    .pix_fmts     = (const enum PixelFormat[]) { PIX_FMT_MONOWHITE,
                                                 PIX_FMT_NONE },
    .long_name    = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
}

Definition at line 74 of file xbmenc.c.


Generated on Fri Oct 26 02:48:00 2012 for FFmpeg by  doxygen 1.5.8