#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 VISUAL_OBJECT_START_CODE 0x000001b5 |
#define VOP_START_CODE 0x000001b6 |
static int mpeg4video_probe | ( | AVProbeData * | probe_packet | ) | [static] |
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, }