Hi<div><br></div><div>I am trying to decode the H.263 sorenson type of data using avcodec_decode_video function.</div><div><br></div><div>It is able to decode the I and P frames but i have some <b>D frames (Disposable inter frames) </b>in my data and this function is not able to decode these frames and I am getting zero as return value.</div>
<div><br></div><div>So, can somebody tells me how we can decode these type f frames as I am not finding any mention of D frame sin the ENUM value also.</div><div><br></div><div>I have read somewhere that we can convert D frames into P frames  but if we have raw data how we achieve that if we want to use the decode function directly.</div>
<div><br></div><div>Regards</div><div>Nitin</div>