[FFmpeg-devel] [PATCH] libvpx: deadline & profile support

Carl Eugen Hoyos cehoyos
Sun Jul 11 19:47:33 CEST 2010


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > +/* 0-3: For non-zero values the encoder increasingly optimizes for reduced
> > +   complexity playback on low powered devices at the expense of encode
> > +   quality. */
> > +if (avctx->profile != FF_PROFILE_UNKNOWN)
> > +    enccfg.g_profile = avctx->profile;
> 
> ok

Hunk applied.

Carl Eugen




More information about the ffmpeg-devel mailing list