Re: [FFmpeg-devel] [PATCH] options_table: update maximum bitrate limit

2016-02-11 Thread Paul B Mahol
On 2/10/16, Derek Buitenhuis wrote: > On 2/10/2016 3:26 PM, Rostislav Pehlivanov wrote: >> The type of the option has been changed but the limit was apparently >> forgotten. >> Some video codes can handle bitrates of over ~2.2 Gbps (like VC-2). >> >> Signed-off-by: Rostislav Pehlivanov >> --- >>

Re: [FFmpeg-devel] [PATCH] options_table: update maximum bitrate limit

2016-02-10 Thread Derek Buitenhuis
On 2/10/2016 3:26 PM, Rostislav Pehlivanov wrote: > The type of the option has been changed but the limit was apparently > forgotten. > Some video codes can handle bitrates of over ~2.2 Gbps (like VC-2). > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/options_table.h | 2 +- > 1 file

[FFmpeg-devel] [PATCH] options_table: update maximum bitrate limit

2016-02-10 Thread Rostislav Pehlivanov
The type of the option has been changed but the limit was apparently forgotten. Some video codes can handle bitrates of over ~2.2 Gbps (like VC-2). Signed-off-by: Rostislav Pehlivanov --- libavcodec/options_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/op