#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
Go to the source code of this file.
◆ ANSI_MIN_READLINE
| #define ANSI_MIN_READLINE 509 |
◆ xbm_encode_frame()
◆ ff_xbm_encoder
Initial value:= {
.p.name = "xbm",
}
#define CODEC_PIXFMTS(...)
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
@ AV_PIX_FMT_MONOWHITE
Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb.
static int xbm_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet)
Definition at line 89 of file xbmenc.c.