libavcodec/flvdec.c File Reference

#include "mpegvideo.h"
#include "h263.h"
#include "flv.h"

Go to the source code of this file.

Functions

void ff_flv2_decode_ac_esc (GetBitContext *gb, int *level, int *run, int *last)
int ff_flv_decode_picture_header (MpegEncContext *s)

Variables

AVCodec flv_decoder


Function Documentation

void ff_flv2_decode_ac_esc ( GetBitContext gb,
int *  level,
int *  run,
int *  last 
)

Definition at line 24 of file flvdec.c.

Referenced by h263_decode_block().

int ff_flv_decode_picture_header ( MpegEncContext s  ) 

Definition at line 35 of file flvdec.c.

Referenced by ff_h263_decode_frame().


Variable Documentation

Initial value:

 {
    "flv",
    AVMEDIA_TYPE_VIDEO,
    CODEC_ID_FLV1,
    sizeof(MpegEncContext),
    ff_h263_decode_init,
    NULL,
    ff_h263_decode_end,
    ff_h263_decode_frame,
    CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
    .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
    .pix_fmts= ff_pixfmt_list_420,
}

Definition at line 120 of file flvdec.c.


Generated on Fri Oct 26 02:36:51 2012 for FFmpeg by  doxygen 1.5.8