Hi All, I am using libavcodec library to decode mpeg4 video using * avcodec_decode_video* API. I am able to decode I-Frame successfully but when i give P-Frame to *avcodec_decode_video* function to it return -1 with Error [mpeg4 @ 0145A980]header damaged. I tried lot to get rid of this error but did not succeed. Please help me out by telling the reason for the same.
I am encoding the video using libavcodec *avcodec_encode_video* API. I am also able to decode and render same encoded video using other player. Thanks, UK _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
