ffmpeg를 이용한 Frame 사이즈 변경 시 문제가 생겨서 이렇게 글올립니다.
==================================================================================================
static int sws_flags = SWS_BILINEAR;
img_convert_ctx = sws_getContext(srcInfo.Width,
srcInfo.Height,
srcInfo.pix_fmt,
DesInfo->width,
DesInfo->height,