FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "xwd.h"
Go to the source code of this file.
Macros | |
#define | WINDOW_NAME "lavcxwdenc" |
#define | WINDOW_NAME_SIZE 11 |
Functions | |
static av_cold int | xwd_encode_init (AVCodecContext *avctx) |
static int | xwd_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet) |
static av_cold int | xwd_encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_xwd_encoder |
#define WINDOW_NAME "lavcxwdenc" |
Definition at line 30 of file xwdenc.c.
Referenced by xwd_encode_frame().
#define WINDOW_NAME_SIZE 11 |
Definition at line 31 of file xwdenc.c.
Referenced by xwd_encode_frame().
|
static |
|
static |
|
static |