libavcodec/v308dec.c File Reference

#include "avcodec.h"

Go to the source code of this file.

Functions

static av_cold int v308_decode_init (AVCodecContext *avctx)
static int v308_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int v308_decode_close (AVCodecContext *avctx)

Variables

AVCodec ff_v308_decoder


Function Documentation

static av_cold int v308_decode_close ( AVCodecContext avctx  )  [static]

Definition at line 89 of file v308dec.c.

static int v308_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
AVPacket avpkt 
) [static]

Definition at line 41 of file v308dec.c.

static av_cold int v308_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 24 of file v308dec.c.


Variable Documentation

Initial value:

 {
    .name         = "v308",
    .type         = AVMEDIA_TYPE_VIDEO,
    .id           = CODEC_ID_V308,
    .init         = v308_decode_init,
    .decode       = v308_decode_frame,
    .close        = v308_decode_close,
    .capabilities = CODEC_CAP_DR1,
    .long_name    = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:4:4"),
}

Definition at line 99 of file v308dec.c.


Generated on Fri Oct 26 02:47:59 2012 for FFmpeg by  doxygen 1.5.8