Browse Source

swscale: point out an alternative to sws_getContext

Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n0.8
Clément Bœsch Anton Khirnov 14 years ago
parent
commit
7d4c4394b5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libswscale/swscale.h

+ 1
- 0
libswscale/swscale.h View File

@@ -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,


Loading…
Cancel
Save