Re: [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration

2011-10-16 Thread Anton Khirnov
On Fri, 14 Oct 2011 15:54:28 +0200, Diego Biurrun wrote: > On Mon, Oct 10, 2011 at 06:30:04PM +0200, Anton Khirnov wrote: > > On Mon, 10 Oct 2011 18:02:31 +0200, Diego Biurrun wrote: > > > On Mon, Oct 10, 2011 at 03:37:10PM +0200, Anton Khirnov wrote: > > > > On Mon, 10 Oct 2011 14:37:45 +0200,

Re: [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration

2011-10-14 Thread Diego Biurrun
On Mon, Oct 10, 2011 at 06:30:04PM +0200, Anton Khirnov wrote: > On Mon, 10 Oct 2011 18:02:31 +0200, Diego Biurrun wrote: > > On Mon, Oct 10, 2011 at 03:37:10PM +0200, Anton Khirnov wrote: > > > On Mon, 10 Oct 2011 14:37:45 +0200, Diego Biurrun > > > wrote: > > > > --- > > > > libavformat/id3v2

Re: [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration

2011-10-10 Thread Anton Khirnov
On Mon, 10 Oct 2011 18:02:31 +0200, Diego Biurrun wrote: > On Mon, Oct 10, 2011 at 03:37:10PM +0200, Anton Khirnov wrote: > > > > On Mon, 10 Oct 2011 14:37:45 +0200, Diego Biurrun wrote: > > > --- > > > libavformat/id3v2.h |2 +- > > > 1 files changed, 1 insertions(+), 1 deletions(-) > > >

Re: [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration

2011-10-10 Thread Diego Biurrun
On Mon, Oct 10, 2011 at 03:37:10PM +0200, Anton Khirnov wrote: > > On Mon, 10 Oct 2011 14:37:45 +0200, Diego Biurrun wrote: > > --- > > libavformat/id3v2.h |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h > > index 13

[libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration

2011-10-10 Thread Diego Biurrun
--- libavformat/id3v2.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h index 13dec39..9f7ea03 100644 --- a/libavformat/id3v2.h +++ b/libavformat/id3v2.h @@ -63,7 +63,7 @@ typedef struct ID3v2EMFunc { const char *tag3; c

Re: [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration

2011-10-10 Thread Anton Khirnov
On Mon, 10 Oct 2011 14:37:45 +0200, Diego Biurrun wrote: > --- > libavformat/id3v2.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h > index 13dec39..7ac7a91 100644 > --- a/libavformat/id3v2.h > +++ b/libavformat/id3v2.h >

[libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration

2011-10-10 Thread Diego Biurrun
--- libavformat/id3v2.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h index 13dec39..7ac7a91 100644 --- a/libavformat/id3v2.h +++ b/libavformat/id3v2.h @@ -63,7 +63,7 @@ typedef struct ID3v2EMFunc { const char *tag3; c