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 int | xwd_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) |
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 |
AVCodec ff_xwd_encoder |