Searched refs:has_h264 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 5726 int has_h264, int has_video, int write_minor) 5734 ffio_wfourcc(pb, has_h264 ? "3gp6" : "3gp4"); 5735 minor = has_h264 ? 0x100 : 0x200; 5740 ffio_wfourcc(pb, has_h264 ? "3g2b" : "3g2a"); 5741 minor = has_h264 ? 0x20000 : 0x10000; 5770 int has_h264 = 0, has_av1 = 0, has_video = 0, has_dolby = 0; local 5780 has_h264 = 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); 5854 if (has_h264) 5725 mov_write_ftyp_tag_internal(AVIOContext *pb, AVFormatContext *s, int has_h264, int has_video, int write_minor) global() argument [all...] |
Completed in 10 milliseconds