#include "avcodec.h"
#include "internal.h"
#include "mathops.h"
Go to the source code of this file.
Initial value:= {
.name = "xbm",
}
static int xbm_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb...
AVPixelFormat
Pixel format.
Definition at line 58 of file xbmenc.c.