libavformat/h264dec.c File Reference

#include "avformat.h"
#include "rawdec.h"

Go to the source code of this file.

Functions

static int h264_probe (AVProbeData *p)

Variables

AVInputFormat ff_h264_demuxer


Function Documentation

static int h264_probe ( AVProbeData p  )  [static]

Definition at line 25 of file h264dec.c.


Variable Documentation

Initial value:

 {
    "h264",
    NULL_IF_CONFIG_SMALL("raw H.264 video format"),
    0,
    h264_probe,
    ff_raw_video_read_header,
    ff_raw_read_partial_packet,
    .flags= AVFMT_GENERIC_INDEX,
    .extensions = "h26l,h264,264", 
    .value = CODEC_ID_H264,
}

Definition at line 70 of file h264dec.c.


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