FFmpeg
Functions | Variables
r210enc.c File Reference
#include "avcodec.h"
#include "encode.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)
 

Variables

static enum AVPixelFormat pix_fmt [] = { AV_PIX_FMT_GBRP10, AV_PIX_FMT_NONE }
 

Function Documentation

◆ encode_init()

static av_cold int encode_init ( AVCodecContext avctx)
static

Definition at line 28 of file r210enc.c.

◆ encode_frame()

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

Definition at line 40 of file r210enc.c.

Variable Documentation

◆ pix_fmt

enum AVPixelFormat pix_fmt[] = { AV_PIX_FMT_GBRP10, AV_PIX_FMT_NONE }
static

Definition at line 88 of file r210enc.c.