Re: [FFmpeg-devel] [PATCH]lavc/libx264: bit_rates > INT_MAX are not supported

2019-08-10 Thread Carl Eugen Hoyos
Am Sa., 10. Aug. 2019 um 17:36 Uhr schrieb Hendrik Leppkes : > > On Sat, Aug 10, 2019 at 5:11 PM Carl Eugen Hoyos wrote: > > > > Am Sa., 10. Aug. 2019 um 16:54 Uhr schrieb Hendrik Leppkes > > : > > > > > > On Sat, Aug 10, 2019 at 2:43 PM Carl Eugen Hoyos > > > wrote: > > > > > > > > Hi! > > > >

Re: [FFmpeg-devel] [PATCH]lavc/libx264: bit_rates > INT_MAX are not supported

2019-08-10 Thread Hendrik Leppkes
On Sat, Aug 10, 2019 at 5:11 PM Carl Eugen Hoyos wrote: > > Am Sa., 10. Aug. 2019 um 16:54 Uhr schrieb Hendrik Leppkes > : > > > > On Sat, Aug 10, 2019 at 2:43 PM Carl Eugen Hoyos wrote: > > > > > > Hi! > > > > > > Attached patch fixes ticket #8071. > > > > > > > You could allow the full range of

Re: [FFmpeg-devel] [PATCH]lavc/libx264: bit_rates > INT_MAX are not supported

2019-08-10 Thread Carl Eugen Hoyos
Am Sa., 10. Aug. 2019 um 16:54 Uhr schrieb Hendrik Leppkes : > > On Sat, Aug 10, 2019 at 2:43 PM Carl Eugen Hoyos wrote: > > > > Hi! > > > > Attached patch fixes ticket #8071. > > > > You could allow the full range of bit_rate since its immediately > divided by 1000, couldn't you? New patch attac

Re: [FFmpeg-devel] [PATCH]lavc/libx264: bit_rates > INT_MAX are not supported

2019-08-10 Thread Hendrik Leppkes
On Sat, Aug 10, 2019 at 4:53 PM Hendrik Leppkes wrote: > > On Sat, Aug 10, 2019 at 2:43 PM Carl Eugen Hoyos wrote: > > > > Hi! > > > > Attached patch fixes ticket #8071. > > > > You could allow the full range of bit_rate since its immediately > divided by 1000, couldn't you? > The full range x26

Re: [FFmpeg-devel] [PATCH]lavc/libx264: bit_rates > INT_MAX are not supported

2019-08-10 Thread Hendrik Leppkes
On Sat, Aug 10, 2019 at 2:43 PM Carl Eugen Hoyos wrote: > > Hi! > > Attached patch fixes ticket #8071. > You could allow the full range of bit_rate since its immediately divided by 1000, couldn't you? - Hendrik ___ ffmpeg-devel mailing list ffmpeg-deve

[FFmpeg-devel] [PATCH]lavc/libx264: bit_rates > INT_MAX are not supported

2019-08-10 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #8071. Please comment, Carl Eugen From 8fd6cc5727b824572ba2147dfeec6f00520c9f69 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 10 Aug 2019 14:40:23 +0200 Subject: [PATCH] lavc/libx264: bit_rates > INT_MAX are not supported. Fixes ticket #8071 --- lib