Hi, On Tue, Jan 27, 2009 at 8:11 AM, Mark Kenna <[email protected]> wrote: > When I use AVParser on the sequence, the only things that change in the > AVCodecContext are TimeBase, Height and Width.
Then you're not parsing enough, or erasing information. It should set AVFormatContext->has_b_frames at least. See extract_headers() in mpegvideo_parser.c. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
