Hi, I'm trying to set FF_BUG_MS on workaround_bugs in my codec context. I set it on the AvCodecContext object in the public API, but it doesn't make any difference.
When I dig down through the code, I can find a place where MpegEncContext* s->workaround_bugs is checked, but debugging reveals the value has not been set. I've searched the code for any assignment to workaround_bugs and I can only find one in h263dec. Can anyone point me in the right direction? Many thanks, Rob _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
