video_common: Fixed XVid_PixelsPerClock structure definition.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
714dddec01
commit
7aceaaf86f
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ typedef enum {
|
||||||
XVID_PPC_2 = 2,
|
XVID_PPC_2 = 2,
|
||||||
XVID_PPC_4 = 4,
|
XVID_PPC_4 = 4,
|
||||||
XVID_PPC_NUM_SUPPORTED = 3,
|
XVID_PPC_NUM_SUPPORTED = 3,
|
||||||
} XVid_DataWidth;
|
} XVid_PixelsPerClock;
|
||||||
|
|
||||||
/* Color space and chroma format. */
|
/* Color space and chroma format. */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue