From c833e94f809bb9bf336ecad75ebfcb6a606018a5 Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Wed, 29 Aug 2012 12:19:29 +0300 Subject: yuv: add color matrix hint --- src/video_dec/yuv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video_dec/yuv.c b/src/video_dec/yuv.c index a49ddf2e4..db7d01d91 100644 --- a/src/video_dec/yuv.c +++ b/src/video_dec/yuv.c @@ -281,6 +281,8 @@ static void yuv_decode_data (video_decoder_t *this_gen, } + VO_SET_FLAGS_CM (this->height >= 720 ? 2 : 10, img->flags); + img->duration = this->video_step; img->pts = buf->pts; img->bad_frame = 0; -- cgit v1.2.3