I asked the same thing not 2 weeks ago, and the answer seems to be : there is no replacement. Either modify the codec to suite your needs, or recalculate it afterwards (which is what I did, as i was not good enough to go so deep in the code)
2014-04-04 17:11 GMT+02:00 Roman Savchenko <[email protected]>: > Hi All, > > I have to use AVFrame mb_type and motion_val fields in my code, but for > now they are deprecated and not filled with correct values. > > I try to search some info in internet about it but can not find direct > answer. I know that they are hidden in private implementation of codecs, > but how can I extract them. > > I can not include "h264.h" to use H264Context, because its not a part of > api. > I try to use FF_DEBUG_MB_TYPE but without any effect. > > Thanks for any advice. > > Regards, > R. Savchenko. > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
