AVHWAccel.decode_mb

Called for every Macroblock in a slice.

XvMC uses it to replace the ff_mpv_reconstruct_mb(). Instead of decoding to raw picture, MB parameters are stored in an array provided by the video driver.

@param s the mpeg context

struct AVHWAccel
void function(MpegEncContext* s) decode_mb;

Meta