Skip to content

Commit

Permalink
swscale: point out an alternative to sws_getContext
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Khirnov <anton@khirnov.net>
  • Loading branch information
ubitux authored and elenril committed May 21, 2011
1 parent cdca7c3 commit 7d4c439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libswscale/swscale.h
Expand Up @@ -187,6 +187,7 @@ void sws_freeContext(struct SwsContext *swsContext);
* @return a pointer to an allocated context, or NULL in case of error
* @note this function is to be removed after a saner alternative is
* written
* @deprecated Use sws_getCachedContext() instead.
*/
struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat,
int dstW, int dstH, enum PixelFormat dstFormat,
Expand Down

0 comments on commit 7d4c439

Please sign in to comment.