x264enc: disable I weighted pred
authorOlivier Crête <tester@tester.ca>
Thu, 27 May 2010 03:16:46 +0000 (23:16 -0400)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 28 May 2010 11:15:42 +0000 (12:15 +0100)
commitd6df52f99a82bc79d91aa229e379cfdf25c174d9
tree1aee55045a397f0fc3a1ca6fde2825e4f98cf898
parent59c72d39793638cd2de9ed63e99835015d56c2ce
x264enc: disable I weighted pred

If it is enabled, then it will be main profile instead of baseline.
This ensures maximum compatibility of the output stream until the
encoder configuration interface gets an overhaul with explicit
output profile selection.

Fixes #619776.
ext/x264/gstx264enc.c