From 45bb4b79f6ddd1fdb447632c88333866585fb80c Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Fri, 2 Dec 2011 01:00:54 +0100 Subject: vl: Add missing mpeg fields to pipe_mpeg12_picture_desc Signed-off-by: Maarten Lankhorst --- src/gallium/include/pipe/p_video_state.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/include/pipe/p_video_state.h') diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index 1940bf12ba1..9a70eb7c468 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -134,6 +134,9 @@ struct pipe_mpeg12_picture_desc unsigned concealment_motion_vectors; unsigned intra_dc_precision; unsigned f_code[2][2]; + unsigned top_field_first; + unsigned full_pel_forward_vector; + unsigned full_pel_backward_vector; unsigned num_slices; }; -- cgit v1.2.3