<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Friend's<br>       I am using x264 Encoder in my application .I am getting raw ARGB Data as input from some source .i want  to encode that data using x264 Encoder .i know the some of the attribute of my input like height,width, framerate etc.  <br><br> <br>int iframe_size = x264_encoder_encode(    m_pEncoder, <br>                                                                &m_nals, <br>                                   
                             &i_nals, <br>                                                                &m_pic_in, <br>                                                                &m_pic_out);    //number of output NAL<br><br><br>how to Fill the   <b>m_pic_in</b> and <b>m_pic_out  </b>structure using ARGB data
 <br><br><br><br></td></tr></table>