On 5/9/2016 2:21 PM, Luca Barbato wrote:
> compared to
> 
>     bitstream_read(bc, 32);
> 
> and
> 
>     bitstream_read_32(bc, 32);
> 
> Only the latter helps you a little more.
> 
> At least bitstream.h is fully documented so it does not require you to
> use the preprocessor to see what is going on =)

It really is a shame more compilers don't have __builtin_constant_p type 
things...

It would solve this whole issue.

- Derek
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to