FFmpeg
|
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "sgi.h"
#include "rle.h"
Go to the source code of this file.
Macros | |
#define | SGI_SINGLE_CHAN 2 |
#define | SGI_MULTI_CHAN 3 |
Functions | |
static av_cold int | encode_init (AVCodecContext *avctx) |
static int | encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
static av_cold int | encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_sgi_encoder |
#define SGI_SINGLE_CHAN 2 |
Definition at line 28 of file sgienc.c.
Referenced by encode_frame().
#define SGI_MULTI_CHAN 3 |
Definition at line 29 of file sgienc.c.
Referenced by encode_frame().
|
static |
|
static |
|
static |
AVCodec ff_sgi_encoder |