Hi All, I am encoding video in h.263 format using libavcodec "avcodec_decode_video" function. I tried to decode the same encoded video using libavcodec "avcodec_decode_video" function, but i encountered error "Bad picture Start code. Header Damaged". I analyzed the encoded stream and found that H.263 header does not start with "Picture Start Code". It starts with "Group of Block Start Code". I believe because of this decoder is throwing error. Now my question is that Can i force libavcodec to encode data with "Picture Start Code" instead of "Group of Block Start Code"? Or can we configure decoder to find "Group of Block Start Code" instead of "Picture Start Code" in H.263 header?
Thanks in Advance _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
