Mercurial > libavcodec.hg
comparison imgresample.c @ 9085:a199529ef171 libavcodec
small spelling/grammar fixes
author | diego |
---|---|
date | Mon, 02 Mar 2009 05:41:55 +0000 |
parents | eda229beb608 |
children |
comparison
equal
deleted
inserted
replaced
9084:0d39a5203bf0 | 9085:a199529ef171 |
---|---|
573 * Otherwise, checks if the parameters are the same already saved in context. | 573 * Otherwise, checks if the parameters are the same already saved in context. |
574 * If that is the case, returns the current context. | 574 * If that is the case, returns the current context. |
575 * Otherwise, frees context and gets a new one. | 575 * Otherwise, frees context and gets a new one. |
576 * | 576 * |
577 * Be warned that srcFilter, dstFilter are not checked, they are | 577 * Be warned that srcFilter, dstFilter are not checked, they are |
578 * asumed to remain valid. | 578 * assumed to remain valid. |
579 */ | 579 */ |
580 struct SwsContext *sws_getCachedContext(struct SwsContext *ctx, | 580 struct SwsContext *sws_getCachedContext(struct SwsContext *ctx, |
581 int srcW, int srcH, int srcFormat, | 581 int srcW, int srcH, int srcFormat, |
582 int dstW, int dstH, int dstFormat, int flags, | 582 int dstW, int dstH, int dstFormat, int flags, |
583 SwsFilter *srcFilter, SwsFilter *dstFilter, double *param) | 583 SwsFilter *srcFilter, SwsFilter *dstFilter, double *param) |