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

Go to the source code of this file.

Macros

#define VOS_STARTCODE   0x1B0
 
#define USER_DATA_STARTCODE   0x1B2
 
#define GOP_STARTCODE   0x1B3
 
#define VISUAL_OBJ_STARTCODE   0x1B5
 
#define VOP_STARTCODE   0x1B6
 
#define SLICE_STARTCODE   0x1B7
 
#define EXT_STARTCODE   0x1B8
 

Functions

static int mpeg4video_probe (const AVProbeData *probe_packet)
 

Macro Definition Documentation

◆ VOS_STARTCODE

#define VOS_STARTCODE   0x1B0

Definition at line 25 of file m4vdec.c.

◆ USER_DATA_STARTCODE

#define USER_DATA_STARTCODE   0x1B2

Definition at line 26 of file m4vdec.c.

◆ GOP_STARTCODE

#define GOP_STARTCODE   0x1B3

Definition at line 27 of file m4vdec.c.

◆ VISUAL_OBJ_STARTCODE

#define VISUAL_OBJ_STARTCODE   0x1B5

Definition at line 28 of file m4vdec.c.

◆ VOP_STARTCODE

#define VOP_STARTCODE   0x1B6

Definition at line 29 of file m4vdec.c.

◆ SLICE_STARTCODE

#define SLICE_STARTCODE   0x1B7

Definition at line 30 of file m4vdec.c.

◆ EXT_STARTCODE

#define EXT_STARTCODE   0x1B8

Definition at line 31 of file m4vdec.c.

Function Documentation

◆ mpeg4video_probe()

static int mpeg4video_probe ( const AVProbeData probe_packet)
static

Definition at line 33 of file m4vdec.c.