Re: [FFmpeg-devel] [PATCH 1/2] lavc/samidec: support multiple paragraphs in a packet

2015-10-17 Thread Michael Niedermayer
On Sat, Oct 10, 2015 at 11:05:49PM -0500, Rodger Combs wrote: > --- > libavcodec/samidec.c | 20 ++-- > 1 file changed, 14 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/samidec.c b/libavcodec/samidec.c > index 95f35ab..8dd2749 100644 > --- a/libavcodec/samidec.c > +++

[FFmpeg-devel] [PATCH 1/2] lavc/samidec: support multiple paragraphs in a packet

2015-10-10 Thread Rodger Combs
--- libavcodec/samidec.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/libavcodec/samidec.c b/libavcodec/samidec.c index 95f35ab..8dd2749 100644 --- a/libavcodec/samidec.c +++ b/libavcodec/samidec.c @@ -46,6 +46,7 @@ static int sami_paragraph_to_ass(AVCo