FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
r210enc.c File Reference
#include "avcodec.h"
#include "internal.h"
#include "bytestream.h"

Go to the source code of this file.

Functions

static av_cold int encode_init (AVCodecContext *avctx)
 
static int encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
 
static av_cold int encode_close (AVCodecContext *avctx)
 

Function Documentation

static av_cold int encode_init ( AVCodecContext avctx)
static

Definition at line 27 of file r210enc.c.

static int encode_frame ( AVCodecContext avctx,
AVPacket pkt,
const AVFrame pic,
int *  got_packet 
)
static

Definition at line 37 of file r210enc.c.

static av_cold int encode_close ( AVCodecContext avctx)
static

Definition at line 81 of file r210enc.c.