[MPlayer-dev-eng] [PATCH] Hack to allow compilation to go further
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Apr 23 21:32:28 CEST 2011
On Sat, Apr 23, 2011 at 08:46:36PM +0200, Ingo Brückl wrote:
> In common with r33278.
That will just break things completely.
You can't just compile against a different AVCodecContext struct than the one
the libav codec was compiled against.
If you want to fix it you should should set skip_frame to AVDISCARD_NONREF
for hurry_up == 1 and in addition skip_idct to AVDISCARD_ALL for hurry_up == 2
(I think that's all hurry_up values used).
More information about the MPlayer-dev-eng
mailing list