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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dyuv4mpeg.c191 char *tokstart,*tokend,*header_end; local
217 width = strtol(tokstart, &tokend, 10);
218 tokstart=tokend;
221 height = strtol(tokstart, &tokend, 10);
222 tokstart=tokend;

Completed in 89 milliseconds