Lines Matching refs:sid
313 static int ogg_read_page(AVFormatContext *s, int *sid, int probing)
415 *sid = -1;
426 *sid = -1;
484 /* This function is always called with sid != NULL */
485 *sid = idx;
492 * @param *sid is set to the stream for the packet or -1 if there is
497 static int ogg_packet(AVFormatContext *s, int *sid, int *dstart, int *dsize,
508 if (sid)
509 *sid = -1;
611 if (sid)
612 *sid = idx;