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

Anton Khirnov anton at khirnov.net
Wed Jan 24 13:06:21 EET 2024


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


More information about the ffmpeg-devel mailing list