lvqcl wrote:

> IMHO in this case it makes sense to change:
> unsigned *val  ->  FLAC__uint32 *val
> int *val       ->  FLAC__int32 *val

For internal APIs (which these are) I prefer the standard C sized types
int32_t uint32_t etc. The "FLAC__" part add nothing.

However, I also don't think its worth the code churn to make these changes
now.

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to