libavformat/m4vdec.c File Reference

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

Go to the source code of this file.

Defines

#define VISUAL_OBJECT_START_CODE   0x000001b5
#define VOP_START_CODE   0x000001b6

Functions

static int mpeg4video_probe (AVProbeData *probe_packet)

Variables

AVInputFormat ff_m4v_demuxer


Define Documentation

#define VISUAL_OBJECT_START_CODE   0x000001b5

Definition at line 25 of file m4vdec.c.

Referenced by mpeg4video_probe().

#define VOP_START_CODE   0x000001b6

Definition at line 26 of file m4vdec.c.

Referenced by mpeg4video_probe().


Function Documentation

static int mpeg4video_probe ( AVProbeData probe_packet  )  [static]

Definition at line 28 of file m4vdec.c.


Variable Documentation

Initial value:

 {
    "m4v",
    NULL_IF_CONFIG_SMALL("raw MPEG-4 video format"),
    0,
    mpeg4video_probe, 
    ff_raw_video_read_header,
    ff_raw_read_partial_packet,
    .flags= AVFMT_GENERIC_INDEX,
    .extensions = "m4v",
    .value = CODEC_ID_MPEG4,
}

Definition at line 52 of file m4vdec.c.


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