Re: [FFmpeg-devel] [PATCH] concatdec: fix broken file_inpoint calculation

2015-08-11 Thread Marton Balint
On Tue, 11 Aug 2015, Nicolas George wrote: Le primidi 21 thermidor, an CCXXIII, Marton Balint a écrit : Should fix ticket #4765. Signed-off-by: Marton Balint --- libavformat/concatdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) LGTM, of course. Sorry for the delay and not spot

Re: [FFmpeg-devel] [PATCH] concatdec: fix broken file_inpoint calculation

2015-08-11 Thread Nicolas George
Le primidi 21 thermidor, an CCXXIII, Marton Balint a écrit : > Should fix ticket #4765. > > Signed-off-by: Marton Balint > --- > libavformat/concatdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM, of course. Sorry for the delay and not spotting it in the first patch. Regards,

[FFmpeg-devel] [PATCH] concatdec: fix broken file_inpoint calculation

2015-08-08 Thread Marton Balint
Should fix ticket #4765. Signed-off-by: Marton Balint --- libavformat/concatdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c index 1fe294b..969b001 100644 --- a/libavformat/concatdec.c +++ b/libavformat/concatdec.c @@ -31