diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index faffa643b66b8957830dd2521e51813adb5b894b..5b62ea065eb4e4ccbd702f36e5ac5085f89ae447 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -74,7 +74,7 @@ typedef struct SwsContext{ int16_t *vChrFilter; int16_t *vChrFilterPos; - uint8_t formatConvBuffer[4000]; //FIXME dynamic alloc, but we have to change alot of code for this to be usefull + uint8_t formatConvBuffer[4000]; //FIXME dynamic alloc, but we have to change a lot of code for this to be useful int hLumFilterSize; int hChrFilterSize;