Commit bbab9cce authored by Matthieu Bouron's avatar Matthieu Bouron Committed by Michael Niedermayer

lavfi/drawutils: fix typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 498e1c6b
......@@ -51,8 +51,8 @@ typedef struct FFDrawContext {
unsigned nb_planes;
int pixelstep[MAX_PLANES]; /*< offset between pixels */
uint8_t comp_mask[MAX_PLANES]; /*< bitmask of used non-alpha components */
uint8_t hsub[MAX_PLANES]; /*< horizontal subsamling */
uint8_t vsub[MAX_PLANES]; /*< vertical subsamling */
uint8_t hsub[MAX_PLANES]; /*< horizontal subsampling */
uint8_t vsub[MAX_PLANES]; /*< vertical subsampling */
uint8_t hsub_max;
uint8_t vsub_max;
} FFDrawContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment