Lines Matching refs:video_stream
75 static int compute_crc_of_packets(AVFormatContext *fmt_ctx, int video_stream,
93 result = av_seek_frame(fmt_ctx, video_stream, ts_start, AVSEEK_FLAG_ANY);
104 if (result >= 0 && pkt->stream_index != video_stream) {
193 int video_stream;
223 video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0);
224 if (video_stream < 0) {
226 result = video_stream;
230 origin_par = fmt_ctx->streams[video_stream]->codecpar;
272 result = compute_crc_of_packets(fmt_ctx, video_stream, ctx, pkt, fr, 0, 0, 1);
278 result = compute_crc_of_packets(fmt_ctx, video_stream, ctx, pkt, fr, i, j, 0);