mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 20:14:02 +08:00
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Originally committed as revision 22307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@ -74,7 +74,7 @@ typedef struct SwsContext{
|
|||||||
int16_t *vChrFilter;
|
int16_t *vChrFilter;
|
||||||
int16_t *vChrFilterPos;
|
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 hLumFilterSize;
|
||||||
int hChrFilterSize;
|
int hChrFilterSize;
|
||||||
|
Reference in New Issue
Block a user