Fix AVC-Intra encoding in mov
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