[Libav-user] workaround_bugs in MpegEncContext not set
Robin Stevens
rdstevens at gmail.com
Fri Jul 18 20:41:06 CEST 2014
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
More information about the Libav-user
mailing list