Re: [libav-devel] [PATCH] matroskadec: fix SRT subtitle duration

2016-12-22 Thread Luca Barbato
On 22/12/2016 18:35, John Stebbins wrote: > The codec id for SRT was changed and conditionals were not updated. > --- > libavformat/matroskadec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c > index

[libav-devel] [PATCH] matroskadec: fix SRT subtitle duration

2016-12-22 Thread John Stebbins
The codec id for SRT was changed and conditionals were not updated. --- libavformat/matroskadec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 8016730..a3954b0 100644 --- a/libavformat/matroskadec.c +++

Re: [libav-devel] [PATCH] build: Move build-system-related helper files to a separate subdirectory

2016-12-22 Thread Janne Grunau
On 2016-12-22 13:07:14 +0100, Diego Biurrun wrote: > This unclutters the top-level directory and groups related files together. > --- > > Now with "avbuild" as directory to store files in instead of "build". > > .gitignore | 3 ++- > Makefile |

Re: [libav-devel] [PATCH] build: Move build-system-related helper files to a separate subdirectory

2016-12-22 Thread Vittorio Giovara
On Thu, Dec 22, 2016 at 1:07 PM, Diego Biurrun wrote: > This unclutters the top-level directory and groups related files together. > --- > > Now with "avbuild" as directory to store files in instead of "build". this avchoice is avfine with avme :) -- Vittorio

[libav-devel] [PATCH] build: Move build-system-related helper files to a separate subdirectory

2016-12-22 Thread Diego Biurrun
This unclutters the top-level directory and groups related files together. --- Now with "avbuild" as directory to store files in instead of "build". .gitignore | 3 ++- Makefile | 19 ++- avbuild/.gitignore | 4