summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libhb/work.c b/libhb/work.c
index 4825a1db4..72d4d294a 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -360,8 +360,7 @@ void hb_display_job_info(hb_job_t *job)
}
}
- if (job->color_matrix_code && (job->vcodec == HB_VCODEC_X264 ||
- job->mux == HB_MUX_MP4V2))
+ if (job->color_matrix_code && job->vcodec == HB_VCODEC_X264)
{
// color matrix is set:
// 1) at the stream level (x264 only),