libavformat/h261dec.c File Reference

#include "libavcodec/get_bits.h"
#include "avformat.h"
#include "rawdec.h"

Go to the source code of this file.

Functions

static int h261_probe (AVProbeData *p)

Variables

AVInputFormat ff_h261_demuxer


Function Documentation

static int h261_probe ( AVProbeData p  )  [static]

Definition at line 26 of file h261dec.c.


Variable Documentation

Initial value:

 {
    "h261",
    NULL_IF_CONFIG_SMALL("raw H.261"),
    0,
    h261_probe,
    ff_raw_video_read_header,
    ff_raw_read_partial_packet,
    .flags= AVFMT_GENERIC_INDEX,
    .extensions = "h261",
    .value = CODEC_ID_H261,
}

Definition at line 65 of file h261dec.c.


Generated on Mon May 2 19:50:18 2011 for FFmpeg by  doxygen 1.5.6