summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/video_dec/yuv.c2
1 files changed, 2 insertions, 0 deletions
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;