[FFmpeg-devel] [PATCH] libavcodec: add bit-rate support to RoQ video encoder

Victor Luchitz vluchits at gmail.com
Wed Jan 24 23:22:18 EET 2024


You're right, this is actually a part that's not necessarily tied to bitrate
support, I'll move it to a separate patch.

On Wed, Jan 24, 2024 at 2:06 PM Anton Khirnov <anton at khirnov.net> wrote:

> Quoting Victor Luchitz (2024-01-23 09:33:04)
> > Re-posting the patch as an attachment. Sorry for the inconvenience!
> >
> > --
> > Best regards,
> >  Victor Luchitz
> >
> > From b6825112446ee220d89cab975e8bcef823884141 Mon Sep 17 00:00:00 2001
> > From: Victor Luchits <vluchits at gmail.com>
> > Date: Tue, 23 Jan 2024 11:27:07 +0300
> > Subject: [PATCH] libavcodec: add bit-rate support to RoQ video encoder
> >
> > The bitrate option (-b:v) can now be used to specify the bit rate
> > of the video stream of the RoQ encoder.
> >
> > Original patch by Joseph Fenton aka Chilly Willy
> >
> > Signed-off-by: Victor Luchits <vluchits at gmail.com>
> > ---
> >  Changelog                |   1 +
> >  libavcodec/roqvideo.h    |   1 +
> >  libavcodec/roqvideodec.c |  16 ++++++
>
> What's with the decoder changes?
>
> --
> Anton Khirnov
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


-- 
Best regards,
 Victor Luchitz


More information about the ffmpeg-devel mailing list