Lines Matching defs:has_video
3893 int i, has_audio = 0, has_video = 0;
3900 has_video |= mov->tracks[i].par->codec_type == AVMEDIA_TYPE_VIDEO;
3906 video_profile = 0xFF - has_video;
5726 int has_h264, int has_video, int write_minor)
5754 ffio_wfourcc(pb, has_video ? "M4V ":"M4A ");
5770 int has_h264 = 0, has_av1 = 0, has_video = 0, has_dolby = 0;
5778 has_video = 1;
5794 mov_write_ftyp_tag_internal(pb, s, has_h264, has_video, 1);
5796 mov_write_ftyp_tag_internal(pb, s, has_h264, has_video, 0);
6161 int has_video = 0, starts_with_key = 0, first_video_track = 1;
6292 has_video = 1;
6312 (has_video ? starts_with_key : mov->tracks[first_track].cluster[0].flags & MOV_SYNC_SAMPLE) ? AVIO_DATA_MARKER_SYNC_POINT : AVIO_DATA_MARKER_BOUNDARY_POINT);