34 for (buf = p->
buf; buf + 8 <= end; buf++) {
37 if (last_buf +
size == buf) {
38 valid += 1 + nsubframes / 8;
43 }
else if (buf - last_buf ==
size) {
53 #if CONFIG_MLP_DEMUXER
63 .read_probe = mlp_probe,
70 .priv_class = &mlp_demuxer_class,
74 #if CONFIG_TRUEHD_DEMUXER
84 .read_probe = thd_probe,
91 .priv_class = &truehd_demuxer_class,
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_RAW_DEMUXER_CLASS(name)
This structure contains the data a format has to probe a file.
int buf_size
Size of buf except extra allocated bytes.
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.