Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libopusenc: support encoding packets of sizes bigger than 60ms

2018-08-24 Thread James Almer
On 8/23/2018 8:01 PM, Rostislav Pehlivanov wrote: > On Thu, 23 Aug 2018 at 23:18, James Almer wrote: > >> Packets of sizes 80ms, 100ms and 120ms can be encoded since libopus 1.2 >> >> Signed-off-by: James Almer >> --- >> libavcodec/libopusenc.c | 20 +++- >> 1 file changed, 15 i

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libopusenc: support encoding packets of sizes bigger than 60ms

2018-08-23 Thread Rostislav Pehlivanov
On Thu, 23 Aug 2018 at 23:18, James Almer wrote: > Packets of sizes 80ms, 100ms and 120ms can be encoded since libopus 1.2 > > Signed-off-by: James Almer > --- > libavcodec/libopusenc.c | 20 +++- > 1 file changed, 15 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/lib

[FFmpeg-devel] [PATCH 1/2] avcodec/libopusenc: support encoding packets of sizes bigger than 60ms

2018-08-23 Thread James Almer
Packets of sizes 80ms, 100ms and 120ms can be encoded since libopus 1.2 Signed-off-by: James Almer --- libavcodec/libopusenc.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/libavcodec/libopusenc.c b/libavcodec/libopusenc.c index 4ae81b0bb2..7c025a66d7