video_common: Updated XVid_VideoStream structure definition.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
7aceaaf86f
commit
c04264fd84
1 changed files with 3 additions and 2 deletions
|
@ -292,9 +292,10 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
XVid_ColorFormat ColorFormatId;
|
XVid_ColorFormat ColorFormatId;
|
||||||
XVid_ColorDepth Bpc;
|
XVid_ColorDepth ColorDepth;
|
||||||
|
XVid_PixelsPerClock PixPerClk;
|
||||||
XVid_FrameRate FrameRate;
|
XVid_FrameRate FrameRate;
|
||||||
u32 IsInterlaced;
|
u8 IsInterlaced;
|
||||||
XVid_VideoMode VmId;
|
XVid_VideoMode VmId;
|
||||||
XVid_VideoTiming Timing;
|
XVid_VideoTiming Timing;
|
||||||
} XVid_VideoStream;
|
} XVid_VideoStream;
|
||||||
|
|
Loading…
Add table
Reference in a new issue