Re: [libav-devel] [PATCH 4/5] oggdec: simplify ogg_probe

2011-05-12 Thread Diego Biurrun
On Thu, May 12, 2011 at 09:34:23AM +0100, Måns Rullgård wrote: > Clément Bœsch writes: > > --- a/libavformat/oggdec.c > > +++ b/libavformat/oggdec.c > > @@ -631,12 +631,9 @@ static int ogg_read_seek(AVFormatContext *s, int > > stream_index, > > > > static int ogg_probe(AVProbeData *p) > > { >

Re: [libav-devel] [PATCH 4/5] oggdec: simplify ogg_probe

2011-05-12 Thread Måns Rullgård
Clément Bœsch writes: > --- > libavformat/oggdec.c |7 ++- > 1 files changed, 2 insertions(+), 5 deletions(-) > > diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c > index ffc3b39..b5420f8 100644 > --- a/libavformat/oggdec.c > +++ b/libavformat/oggdec.c > @@ -631,12 +631,9 @@ stat

[libav-devel] [PATCH 4/5] oggdec: simplify ogg_probe

2011-05-11 Thread Clément Bœsch
--- libavformat/oggdec.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c index ffc3b39..b5420f8 100644 --- a/libavformat/oggdec.c +++ b/libavformat/oggdec.c @@ -631,12 +631,9 @@ static int ogg_read_seek(AVFormatContext *s,