On Wed, Sep 24, 2014 at 12:03:23PM +0300, Rémi Denis-Courmont wrote: > --- a/libavcodec/vdpau.c > +++ b/libavcodec/vdpau.c > @@ -76,6 +76,9 @@ int ff_vdpau_common_init(AVCodecContext *avctx, > VdpDecoderProfile profile, > uint32_t width = (avctx->coded_width + 1) & ~1; > uint32_t height = (avctx->coded_height + 3) & ~3; > > + vdctx->width = UINT32_MAX; > + vdctx->height = UINT32_MAX;
nit: odd spacing Extra good karma if this gets amended before pushing. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
