Jason Garrett-Glaser <darkshikari <at> gmail.com> writes: > if (!avctx->codec_id == CODEC_ID_H264_VDPAU && !FIELD_PICTURE) > > This looks wrong. > > Are we sure it shouldn't be > > if (avctx->codec_id != CODEC_ID_H264_VDPAU && !FIELD_PICTURE) Thank you for pointing this out! Patch applied, Carl Eugen