[MPlayer-dev-eng] [PATCH] allow builtin codecs table to be const

Uoti Urpala uoti.urpala at pp1.inet.fi
Tue Dec 4 19:10:02 CET 2007


On Tue, 2007-12-04 at 17:33 +0200, Uoti Urpala wrote:
> The builtin header would be the simpler case. Instead of "int t[32];" as
> the field type and "{1,2,0,...,0}" in the header you'd have "int c; int
> *t;" in the struct and "2, (int []){1, 2}" in the header.

... and since you wanted to make the data const, change that to
(const int[]){1,2}




More information about the MPlayer-dev-eng mailing list