[FFmpeg-devel] [PATCH 2/2] avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bug

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Nov 12 14:34:02 EET 2016


2016-11-12 12:31 GMT+01:00 Michael Niedermayer <michael at niedermayer.cc>:

> +        if ((ctx->lavc_build&0xFF) >= 100) {

(Do we guarantee that MICRO <= 255?)

> +            if (ctx->lavc_build > 3621476 && ctx->lavc_build < 3752550)

Sorry, I meant this patch, not 1/2:
Please mention the relevant change (60ab6e24?) in the commit message.

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list