Re: [FFmpeg-devel] MP4 Muxer. AvcC record is not complete for High profile.
Arthur Grant gmail.com> writes: > The part "if (profile_idc == 100) ..." is missing. You forgot to attach your patch (made with git format-patch). Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffm
[FFmpeg-devel] MP4 Muxer. AvcC record is not complete for High profile.
File avc.c ff_isom_write_avcc() The implementation is: -- avio_w8(pb, 1); /* version */ avio_w8(pb, sps[1]); /* profile */ avio_w8(pb, sps[2]); /* profile compat */ avio_w8(pb, sps[3]); /* level */ avio_w8(pb, 0xff); /* 6 bits