Searched refs:video_profile (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ | ||
H A D | movenc.c | 3896 int video_profile = mov->iods_video_profile; local 3905 if (video_profile < 0) 3906 video_profile = 0xFF - has_video; 3915 avio_w8(pb, video_profile); |
Completed in 11 milliseconds