Searched refs:dstContext (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale-example.c59 struct SwsContext *srcContext, *dstContext, *outContext; local
86 dstContext = outContext = NULL;
96 dstContext= sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat, flags, NULL, NULL, NULL);
97 if (!dstContext) {
118 sws_scale(dstContext, src, srcStride, 0, srcH, dst, dstStride);
140 sws_freeContext(dstContext);

Completed in 73 milliseconds