video_common: ResId->VmId.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-12 19:10:54 -08:00 committed by Nava kishore Manne
parent dd2562b850
commit 4030d1aef4

View file

@ -295,7 +295,7 @@ typedef struct {
XVid_DataWidth Bpc; XVid_DataWidth Bpc;
XVid_FrameRate FrameRate; XVid_FrameRate FrameRate;
u32 IsInterlaced; u32 IsInterlaced;
XVid_VideoMode ResId; XVid_VideoMode VmId;
XVid_VideoTiming Timing; XVid_VideoTiming Timing;
} XVid_VideoStream; } XVid_VideoStream;