FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

#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.