[FFmpeg-devel] [PATCH] support for hardcoded mpegaudiodec tables

Michael Niedermayer michaelni
Thu Oct 22 22:23:59 CEST 2009


On Thu, Oct 22, 2009 at 09:40:27PM +0200, Reimar D?ffinger wrote:
> On Thu, Oct 22, 2009 at 08:58:32PM +0200, Michael Niedermayer wrote:
> > On Thu, Oct 22, 2009 at 09:04:08AM +0200, Reimar D?ffinger wrote:
[...]
> > > Also just using printf does not work if you want the generated file not to
> > > look like a complete mess.
> > 
> > IMHO the generated file is not for human consumtion, its just an
> > intermediate to get the table into the object file
> > but nothing stops one to do a
> > if(++x % 8 ==0) printf("\n");
> > as well
> 
> Well, I admit I've never tested it since years, I just remember that
> in the past some compilers did not accept arbitrary-size lines (at least
> not in the area of MBs).

printf("%d\n", value);
does not generate such line

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091022/660f587e/attachment.pgp>



More information about the ffmpeg-devel mailing list