Chris Berov <[email protected]> writes: > - OPEN_READER(re, gb); > - UPDATE_CACHE(re, gb); > - buf=GET_CACHE(re, gb); > + OPEN_READER (re, gb); > + UPDATE_CACHE (re, gb); > + buf = GET_CACHE(re, gb);
We don't usually format things like that, nor do I like the way it looks. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
