Merge commit 'bb789016d4
'
* commit 'bb789016d4
':
swscale: Undeprecate sws_getContext()
Conflicts:
libswscale/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
4917fecf4a
4 changed files with 4 additions and 9 deletions
|
@ -1493,7 +1493,6 @@ fail: // FIXME replace things by appropriate error codes
|
|||
return -1;
|
||||
}
|
||||
|
||||
#if FF_API_SWS_GETCONTEXT
|
||||
SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
|
||||
int dstW, int dstH, enum AVPixelFormat dstFormat,
|
||||
int flags, SwsFilter *srcFilter,
|
||||
|
@ -1524,7 +1523,6 @@ SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
|
|||
|
||||
return c;
|
||||
}
|
||||
#endif
|
||||
|
||||
SwsFilter *sws_getDefaultFilter(float lumaGBlur, float chromaGBlur,
|
||||
float lumaSharpen, float chromaSharpen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue