read_line_and_int  147 libavformat/rpl.c     video_format = read_line_and_int(pb, &error);
read_line_and_int  154 libavformat/rpl.c         vst->codecpar->width           = read_line_and_int(pb, &error);  // video width
read_line_and_int  155 libavformat/rpl.c         vst->codecpar->height          = read_line_and_int(pb, &error);  // video height
read_line_and_int  156 libavformat/rpl.c         vst->codecpar->bits_per_coded_sample = read_line_and_int(pb, &error);  // video bits per sample
read_line_and_int  192 libavformat/rpl.c     audio_format = read_line_and_int(pb, &error);  // audio format ID
read_line_and_int  199 libavformat/rpl.c         ast->codecpar->sample_rate     = read_line_and_int(pb, &error);  // audio bitrate
read_line_and_int  200 libavformat/rpl.c         ast->codecpar->channels        = read_line_and_int(pb, &error);  // number of audio channels
read_line_and_int  256 libavformat/rpl.c     rpl->frames_per_chunk = read_line_and_int(pb, &error);  // video frames per chunk
read_line_and_int  262 libavformat/rpl.c     number_of_chunks = read_line_and_int(pb, &error);  // number of chunks in the file
read_line_and_int  269 libavformat/rpl.c         read_line_and_int(pb, &error);           //   (file index)