Home
last modified time | relevance | path

Searched refs:size_to_syncsafe (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Did3v2.c176 static unsigned int size_to_syncsafe(unsigned int size) in size_to_syncsafe() function
935 if (check_tag(pb, cur + 2 + size_to_syncsafe(tlen), 4) == 1) in id3v2_parse()
936 tlen = size_to_syncsafe(tlen); in id3v2_parse()
941 tlen = size_to_syncsafe(tlen); in id3v2_parse()