Commit 959d0a6f authored by stefano's avatar stefano

Remove pointless comment regarding sws_scale_ordered().


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28522 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 7e77ff9e
......@@ -2821,9 +2821,6 @@ int sws_scale(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
}
#if LIBSWSCALE_VERSION_MAJOR < 1
/**
* swscale wrapper, so we don't need to export the SwsContext.
*/
int sws_scale_ordered(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
int srcSliceH, uint8_t* dst[], int dstStride[]){
return sws_scale(c, src, srcStride, srcSliceY, srcSliceH, dst, dstStride);
......
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