Re: [libav-devel] [PATCH] rmdec: Move SIPR code shared with Matroska demuxer to a separate file

2012-10-15 Thread Kostya Shishkov
On Mon, Oct 15, 2012 at 01:35:49PM +0200, Diego Biurrun wrote: > --- > Now calling the files rmsipr.[ch]. > > libavformat/Makefile |6 ++-- > libavformat/matroskadec.c |2 +- > libavformat/rm.h |8 -- > libavformat/rmdec.c | 42 +--

Re: [libav-devel] [PATCH] rmdec: Move SIPR code shared with Matroska demuxer to a separate file

2012-10-15 Thread Kostya Shishkov
On Mon, Oct 15, 2012 at 10:51:05AM +0200, Luca Barbato wrote: > On 10/15/2012 10:44 AM, Kostya Shishkov wrote: > > On Mon, Oct 15, 2012 at 10:38:38AM +0200, Diego Biurrun wrote: > >> --- > >> Now the SIPR code is moved to a separate file instead of to the shared RM > >> code. > >> > >> libavforma

Re: [libav-devel] [PATCH] rmdec: Move SIPR code shared with Matroska demuxer to a separate file

2012-10-15 Thread Luca Barbato
On 10/15/2012 10:44 AM, Kostya Shishkov wrote: > On Mon, Oct 15, 2012 at 10:38:38AM +0200, Diego Biurrun wrote: >> --- >> Now the SIPR code is moved to a separate file instead of to the shared RM >> code. >> >> libavformat/Makefile |6 ++-- >> libavformat/matroskadec.c |2 +- >> liba

Re: [libav-devel] [PATCH] rmdec: Move SIPR code shared with Matroska demuxer to a separate file

2012-10-15 Thread Kostya Shishkov
On Mon, Oct 15, 2012 at 10:38:38AM +0200, Diego Biurrun wrote: > --- > Now the SIPR code is moved to a separate file instead of to the shared RM > code. > > libavformat/Makefile |6 ++-- > libavformat/matroskadec.c |2 +- > libavformat/rm.h |8 -- > libavformat/rmde