# HG changeset patch # User ramiro # Date 1251513843 0 # Node ID 0f86c85da42a229e852ac32739985fc84c20cadd # Parent bdeb4c732bc7c837cb874a86466d19612cba082e Restore comment that was partially removed. diff -r bdeb4c732bc7 -r 0f86c85da42a libswscale/swscale.c --- a/libswscale/swscale.c Sat Aug 29 00:25:14 2009 +0000 +++ b/libswscale/swscale.c Sat Aug 29 02:44:03 2009 +0000 @@ -2908,6 +2908,7 @@ } // allocate pixbufs (we use dynamic allocation because otherwise we would need to + // allocate several megabytes to handle all possible cases) c->lumPixBuf= av_malloc(c->vLumBufSize*2*sizeof(int16_t*)); c->chrPixBuf= av_malloc(c->vChrBufSize*2*sizeof(int16_t*)); if (CONFIG_SWSCALE_ALPHA && isALPHA(c->srcFormat) && isALPHA(c->dstFormat))