view DOCS/tech/oggless-xiph-codecs.txt @ 27702:b6a499f72725

Invert logic for the single-pass in swScale() functions. Instead of having a firstTime variable defaulting to 1, have a warnedAlready defaulting to 0. While this should make no difference in code speed at runtime, it allows to aggregate the four bytes of that variable with clip_table in .bss section, rather than issuing a .data section just for that. As it is, libswscale require no .data section but .data.rel.ro (that can be mitigated by prelinking), so the change might actually save one page of memory at runtime (per process).
author flameeyes
date Thu, 09 Oct 2008 11:10:30 +0000
parents b5401a2b9451
children aeb025df42ba
line wrap: on
line source

oggless-xiph-codecs.txt has been moved to another svn repo you can find it at:
http://svn.mplayerhq.hu/nut/docs/oggless-xiph-codecs.txt?view=markup

its future location will be in a git repository, ill update this file
here when its location changes again