On Wed, Feb 04, 2009 at 12:09:00AM +0100, alexc wrote: > -static void x8_vlc_init(void){ > +static av_cold void x8_vlc_init(void){ Isn't av_cold in most other places after the type? IMO would be nice to keep it consistent.