On 2020-08-09 14:54 +0200, Michael Niedermayer wrote:
> On Fri, Aug 07, 2020 at 11:26:17PM +0200, Alexander Strasser wrote:
> > Snow uses the ratecontrol module, but does not expose a way to set
> > the rc_eq expression. The default expression, set in the ratecontrol
> > module, will always be used.
> >
> > Make it possible to set rc_eq by adding an AVOption to snowenc.
> >
> > The option definition is mostly a copy from the mpegvideo common
> > options definition of rc_eq (libavcodec/mpegvideo.h), with some
> > minor style adjustments to be closer to the other snowenc option
> > initializer expressions.
> >
> > Signed-off-by: Alexander Strasser <eclip...@gmx.net>
> > ---
> >  libavcodec/snowenc.c | 5 +++++
> >  1 file changed, 5 insertions(+)
>
> should be ok

Pushed.

Thank you,
  Alexander
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to