|
FFmpeg
|
#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) |
| #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().
|
static |
1.8.6