MOVAtom 170 libavformat/mov.c int (*parse)(MOVContext *ctx, ByteIOContext *pb, MOVAtom atom); MOVAtom 178 libavformat/mov.c MOVAtom a; MOVAtom 805 libavformat/mov.c MOVAtom a = { 0, 0, 0 }; MOVAtom 1039 libavformat/mov.c MOVAtom fake_atom = { .size = size - (url_ftell(pb) - start_pos) }; MOVAtom 2000 libavformat/mov.c MOVAtom atom = { 0, 0, 0 }; MOVAtom 2053 libavformat/mov.c mov_read_default(mov, s->pb, (MOVAtom){ 0, 0, INT64_MAX }) < 0 ||