Le 2014-09-17 18:51, Rémi Denis-Courmont a écrit :
@@ -124,7 +126,7 @@ int ff_vdpau_common_init(AVCodecContext *avctx, VdpDecoderProfile profile, if (status != VDP_STATUS_OK) return vdpau_error(status);- if (supported != VDP_TRUE || max_level < level || + if (supported != VDP_TRUE ||max_level < level || max_width < width || max_height < height) return AVERROR(ENOTSUP);
This snippet is obviously a squashing error to be discarded at the next iteration.
-- Rémi Denis-Courmont _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
