FFmpeg
|
Include dependency graph for xbmenc.c:
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 |
Variable Documentation
AVCodec ff_xbm_encoder |
Initial value:
= {
.name = "xbm",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_XBM,
.encode2 = xbm_encode_frame,
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
}
Definition: pixfmt.h:67
static int xbm_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet)
Definition: xbmenc.c:27
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:263
Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb...
Definition: pixfmt.h:77
Definition: avutil.h:143
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11