Searched refs:supported_fps (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtimecode.c144 static const int supported_fps[] = {24, 25, 30, 48, 50, 60}; local
146 for (i = 0; i < FF_ARRAY_ELEMS(supported_fps); i++)
147 if (fps == supported_fps[i])

Completed in 73 milliseconds