|
FFmpeg
|
#include "avformat.h"#include "rawdec.h"#include "libavcodec/startcode.h"#include "libavutil/intreadwrite.h"Go to the source code of this file.
Macros | |
| #define | AVS2_ISSQH(x) |
| #define | AVS2_ISEND(x) |
| #define | AVS2_ISPIC(x) |
| #define | AVS2_ISUNIT(x) |
| #define | AVS2_ISPROFILE(x) |
Functions | |
| static int | avs2_probe (const AVProbeData *p) |
| #define AVS2_ISSQH | ( | x | ) |
| #define AVS2_ISEND | ( | x | ) |
| #define AVS2_ISPIC | ( | x | ) |
Definition at line 30 of file avs2dec.c.
Referenced by avs2_probe().
| #define AVS2_ISUNIT | ( | x | ) |
| #define AVS2_ISPROFILE | ( | x | ) |
Definition at line 32 of file avs2dec.c.
Referenced by avs2_probe().
|
static |