Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec_qdm2.c84 unsigned int item_len = p[0], config_item = p[1]; in qdm2_parse_config() local
86 if (item_len < 2 || end - p < item_len || config_item > 4) in qdm2_parse_config()
89 switch (config_item) { in qdm2_parse_config()