From c04264fd842d4eac3f8d05e778aa7c7dd9609baf Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Mon, 12 Jan 2015 19:15:50 -0800 Subject: [PATCH] video_common: Updated XVid_VideoStream structure definition. Signed-off-by: Andrei-Liviu Simion --- XilinxProcessorIPLib/drivers/video_common/src/xvid.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/video_common/src/xvid.h b/XilinxProcessorIPLib/drivers/video_common/src/xvid.h index eff8142b..5e028a5b 100644 --- a/XilinxProcessorIPLib/drivers/video_common/src/xvid.h +++ b/XilinxProcessorIPLib/drivers/video_common/src/xvid.h @@ -292,9 +292,10 @@ typedef struct { */ typedef struct { XVid_ColorFormat ColorFormatId; - XVid_ColorDepth Bpc; + XVid_ColorDepth ColorDepth; + XVid_PixelsPerClock PixPerClk; XVid_FrameRate FrameRate; - u32 IsInterlaced; + u8 IsInterlaced; XVid_VideoMode VmId; XVid_VideoTiming Timing; } XVid_VideoStream;