29 if (nuh_temporal_id_plus1 == 0)
32 if (nuh_temporal_id_plus1 != 1) {
46 int sps = 0,
pps = 0, irap = 0;
47 int valid_pps = 0, valid_irap = 0;
50 for (
i = 0;
i < p->buf_size - 1;
i++) {
52 if ((
code & 0xffffff00) == 0x100) {
53 uint8_t nal2 = p->buf[
i + 1];
54 int type = (nal2 & 0xF8) >> 3;
59 if ((
code & 0x3F) > 55)
#define i(width, name, range_min, range_max)
static int FUNC sps(CodedBitstreamContext *ctx, RWContext *rw, H264RawSPS *current)
#define FF_DEF_RAWVIDEO_DEMUXER(shortname, longname, probe, ext, id)
This structure contains the data a format has to probe a file.
static int vvc_probe(const AVProbeData *p)
static int check_temporal_id(uint8_t nuh_temporal_id_plus1, int type)