read_line_and_int  149 libavformat/rpl.c     vst->codec->codec_tag       = read_line_and_int(pb, &error);  // video format
read_line_and_int  150 libavformat/rpl.c     vst->codec->width           = read_line_and_int(pb, &error);  // video width
read_line_and_int  151 libavformat/rpl.c     vst->codec->height          = read_line_and_int(pb, &error);  // video height
read_line_and_int  152 libavformat/rpl.c     vst->codec->bits_per_coded_sample = read_line_and_int(pb, &error);  // video bits per sample
read_line_and_int  182 libavformat/rpl.c     audio_format = read_line_and_int(pb, &error);  // audio format ID
read_line_and_int  189 libavformat/rpl.c         ast->codec->sample_rate     = read_line_and_int(pb, &error);  // audio bitrate
read_line_and_int  190 libavformat/rpl.c         ast->codec->channels        = read_line_and_int(pb, &error);  // number of audio channels
read_line_and_int  191 libavformat/rpl.c         ast->codec->bits_per_coded_sample = read_line_and_int(pb, &error);  // audio bits per sample
read_line_and_int  233 libavformat/rpl.c     rpl->frames_per_chunk = read_line_and_int(pb, &error);  // video frames per chunk
read_line_and_int  239 libavformat/rpl.c     number_of_chunks = read_line_and_int(pb, &error);  // number of chunks in the file
read_line_and_int  246 libavformat/rpl.c         read_line_and_int(pb, &error);           //   (file index)