Commit 7d4c4394 authored by Clément Bœsch's avatar Clément Bœsch Committed by Anton Khirnov

swscale: point out an alternative to sws_getContext

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent cdca7c37
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment