libhb: allow changing colorimetry in x264 options
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 8 Aug 2011 20:24:30 +0000 (20:24 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 8 Aug 2011 20:24:30 +0000 (20:24 +0000)
commit8f930a4ecbf1bbb3f658fae5bdeb7c272ff4250e
treec1cbcd43e43f8e18d5c0db89e5ae51eb3d02b04e
parent1a10eb0fcb770aa7eab1a08e0ebd03646bb6bfdc
libhb: allow changing colorimetry in x264 options

    Setting "colorprim", "transfer", or "colormarix" in the x264 advanced
    options will no longer be ignored and will propagate to the mp4 muxer
    where those values also get set in the container.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4164 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/encx264.c
libhb/muxmp4.c
libhb/work.c
test/test.c