Re: [FFmpeg-devel] [PATCH 01/13] lavc/adpcm: THP: handle packets with sample counts not divisible by 14

2015-06-18 Thread Paul B Mahol
Dana 18. 6. 2015. 21:35 osoba "James Almer" napisala je: > > On 18/06/15 6:02 AM, Rodger Combs wrote: > > --- > > libavcodec/adpcm.c | 18 +- > > 1 file changed, 13 insertions(+), 5 deletions(-) > > > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > > index 22b5468..1b3502

Re: [FFmpeg-devel] [PATCH 01/13] lavc/adpcm: THP: handle packets with sample counts not divisible by 14

2015-06-18 Thread James Almer
On 18/06/15 6:02 AM, Rodger Combs wrote: > --- > libavcodec/adpcm.c | 18 +- > 1 file changed, 13 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > index 22b5468..1b35029 100644 > --- a/libavcodec/adpcm.c > +++ b/libavcodec/adpcm.c > @@ -642,

[FFmpeg-devel] [PATCH 01/13] lavc/adpcm: THP: handle packets with sample counts not divisible by 14

2015-06-18 Thread Rodger Combs
--- libavcodec/adpcm.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 22b5468..1b35029 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -642,9 +642,17 @@ static int get_nb_samples(AVCodecContext *avct