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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dparseutils.c126 static const VideoRateAbbr video_rate_abbrs[]= { variable
171 int n = FF_ARRAY_ELEMS(video_rate_abbrs);
175 if (!strcmp(video_rate_abbrs[i].abbr, arg)) {
176 *rate = video_rate_abbrs[i].rate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dparseutils.c84 static const VideoRateAbbr video_rate_abbrs[]= { variable
126 int n = FF_ARRAY_ELEMS(video_rate_abbrs);
131 if (!strcmp(video_rate_abbrs[i].abbr, arg)) {
132 *rate = video_rate_abbrs[i].rate;

Completed in 99 milliseconds