Skip to content

Fix AVC-Intra encoding in mov

ifb requested to merge ifb/x264:xavc-qt into master

AVC-Intra does not support x264_sei_version_write() and b_repeat_headers must be enabled. Prevent libx264 users from producing invalid AVC-Intra streams by enforcing these restrictions.

This fixes AVC-Intra mov files generated by ffmpeg.

Patch by Thomas Mundt

Merge request reports