#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "encode.h"
Go to the source code of this file.
◆ putv()
| static void putv |
( |
uint8_t ** | bufp, |
|
|
unsigned int | v ) |
|
static |
◆ writebits()
| static void writebits |
( |
uint8_t ** | bufp, |
|
|
const uint8_t * | src, |
|
|
int | width, |
|
|
int | height, |
|
|
int | linesize ) |
|
static |
◆ wbmp_encode_frame()
◆ ff_wbmp_encoder
Initial value:= {
.p.name = "wbmp",
}
#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.
#define AV_CODEC_CAP_FRAME_THREADS
Codec supports frame-level multithreading.
@ AV_PIX_FMT_MONOBLACK
Y , 1bpp, 0 is black, 1 is white, in each byte pixels are ordered from the msb to the lsb.
static int wbmp_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
Definition at line 78 of file wbmpenc.c.