FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
h264dec.c File Reference
#include "libavcodec/get_bits.h"
#include "libavcodec/golomb.h"
#include "avformat.h"
#include "rawdec.h"
#include "libavcodec/internal.h"

Go to the source code of this file.

Macros

#define MAX_SPS_COUNT   32
 
#define MAX_PPS_COUNT   256
 

Functions

static int h264_probe (AVProbeData *p)
 

Macro Definition Documentation

#define MAX_SPS_COUNT   32

Definition at line 28 of file h264dec.c.

Referenced by h264_probe().

#define MAX_PPS_COUNT   256

Definition at line 29 of file h264dec.c.

Referenced by h264_probe().

Function Documentation

static int h264_probe ( AVProbeData p)
static

Definition at line 31 of file h264dec.c.