#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.
Defines | |
#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" |
#define WINDOW_NAME_SIZE 11 |
static av_cold int xwd_encode_close | ( | AVCodecContext * | avctx | ) | [static] |
static int xwd_encode_frame | ( | AVCodecContext * | avctx, | |
AVPacket * | pkt, | |||
const AVFrame * | p, | |||
int * | got_packet | |||
) | [static] |
static av_cold int xwd_encode_init | ( | AVCodecContext * | avctx | ) | [static] |