[FFmpeg-devel] [PATCH]VDPAU patch for h264 decoding, round 8

Carl Eugen Hoyos cehoyos
Mon Jan 5 09:48:36 CET 2009


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






More information about the ffmpeg-devel mailing list