FFmpeg  4.0
Macros | Functions
m4vdec.c File Reference
#include "avformat.h"
#include "rawdec.h"

Go to the source code of this file.

Macros

#define VISUAL_OBJECT_START_CODE   0x000001b5
 
#define VOP_START_CODE   0x000001b6
 

Functions

static int mpeg4video_probe (AVProbeData *probe_packet)
 

Macro Definition Documentation

◆ VISUAL_OBJECT_START_CODE

#define VISUAL_OBJECT_START_CODE   0x000001b5

Definition at line 25 of file m4vdec.c.

Referenced by mpeg4video_probe().

◆ VOP_START_CODE

#define VOP_START_CODE   0x000001b6

Definition at line 26 of file m4vdec.c.

Referenced by mpeg4video_probe().

Function Documentation

◆ mpeg4video_probe()

static int mpeg4video_probe ( AVProbeData probe_packet)
static

Definition at line 28 of file m4vdec.c.