video_common: Updated XVid_VideoStream structure definition.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-12 19:15:50 -08:00 committed by Nava kishore Manne
parent 7aceaaf86f
commit c04264fd84

View file

@ -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;