<div dir="ltr"><div><div><div><div>Hello I am tryng to use libswscale to scale NV21 resolution. While it seems working it just converts single plane, other is zero. Is it a bug, or do I need specify something?<br></div>I tested in these types of conversion:<br></div><div>NV21-> No Scale (just call to sws_scale) -> NV21<br></div>Camera YUV -> NV21 -> No scale (just call to sws_scale) -> NV21 -> YUV420P -> display<br></div>And result is the same. Sws_scale Function drops UV plane (I pass Y and UV planes).<br></div></div>