Hi All, Can anybody guide me on the following issue: I want to drop H.264 frame while decoding . What decision logic needs to be inserted For example in case of MPEG4 I check if the last 2 bits of 5th byte of every vop& 0xC0 ==0 then we say //FRAME IS I frame.. So we need not drop it. Does Something similar exist for H.264. Best Regards Mohit