[libav-devel] [PATCH] vorbisdec: Replace some sizeof(type) by sizeof(variable).

2011-04-28 Thread Diego Biurrun
--- libavcodec/vorbisdec.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c index a9ddc7d..4bd842e 100644 --- a/libavcodec/vorbisdec.c +++ b/libavcodec/vorbisdec.c @@ -735,8 +735,8 @@ static int

Re: [libav-devel] [PATCH] vorbisdec: Replace some sizeof(type) by sizeof(variable).

2011-04-28 Thread Martin Storsjö
On Thu, 28 Apr 2011, Diego Biurrun wrote: --- libavcodec/vorbisdec.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c index a9ddc7d..4bd842e 100644 --- a/libavcodec/vorbisdec.c +++ b/libavcodec/vorbisdec.c @@

Re: [libav-devel] [PATCH] vorbisdec: Replace some sizeof(type) by sizeof(variable).

2011-04-28 Thread Diego Biurrun
On Thu, Apr 28, 2011 at 12:14:43PM +0300, Martin Storsjö wrote: On Thu, 28 Apr 2011, Diego Biurrun wrote: --- a/libavcodec/vorbisdec.c +++ b/libavcodec/vorbisdec.c @@ -753,7 +753,7 @@ static int vorbis_parse_setup_hdr_mappings(vorbis_context *vc) if