Skip to content
Snippets Groups Projects
Commit bbab9cce authored by Matthieu Bouron's avatar Matthieu Bouron Committed by Michael Niedermayer
Browse files

lavfi/drawutils: fix typo

parent 498e1c6b
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,8 @@ typedef struct FFDrawContext { ...@@ -51,8 +51,8 @@ typedef struct FFDrawContext {
unsigned nb_planes; unsigned nb_planes;
int pixelstep[MAX_PLANES]; /*< offset between pixels */ int pixelstep[MAX_PLANES]; /*< offset between pixels */
uint8_t comp_mask[MAX_PLANES]; /*< bitmask of used non-alpha components */ uint8_t comp_mask[MAX_PLANES]; /*< bitmask of used non-alpha components */
uint8_t hsub[MAX_PLANES]; /*< horizontal subsamling */ uint8_t hsub[MAX_PLANES]; /*< horizontal subsampling */
uint8_t vsub[MAX_PLANES]; /*< vertical subsamling */ uint8_t vsub[MAX_PLANES]; /*< vertical subsampling */
uint8_t hsub_max; uint8_t hsub_max;
uint8_t vsub_max; uint8_t vsub_max;
} FFDrawContext; } FFDrawContext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment