<div dir="ltr">I'm trying to convert a raw image that I receive as a unsigned character array. I then create (via avpicture_alloc) two AVPictures (one for the source and one for the destination). I then do an avpicture_fill for the input using the unsigned character array. The value returned by avpicture_fill matches the size of the original image.<div>
<br></div><div>When I do the sws_scale, I get a printout saying "bad src image pointers" which comes from the check_image_pointers function in sws_scale. My question is this: How is this happening? I'm filling an allocated picture. Where is the disconnect?<div>
<br></div><div>Thanks in advance, guys.</div><div><br></div><div style>-Neil</div></div><div style><br></div><div style>P.S. here's the relevant snippet of code</div><div style><br></div></div>