Re: [libav-devel] [PATCH 2/2] mp3enc: write a xing frame containing number of frames in the file

2011-04-11 Thread Alex Converse
On Mon, Mar 28, 2011 at 3:36 AM, Anton Khirnov wrote: > --- >  libavcodec/Makefile  |    1 + >  libavformat/mp3enc.c |   74 ++--- >  2 files changed, 70 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index 85d9

[libav-devel] [PATCH 2/2] mp3enc: write a xing frame containing number of frames in the file

2011-03-28 Thread Anton Khirnov
--- libavcodec/Makefile |1 + libavformat/mp3enc.c | 74 ++--- 2 files changed, 70 insertions(+), 5 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 85d9a34..f9b1bf8 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makef