Hi,
2014-07-27 13:00 GMT+02:00 Anton Khirnov <[email protected]>:
> - uint8_t cbf_cb, uint8_t cbf_cr)
> + uint8_t cbf_luma, uint8_t cbf_cb, uint8_t
> cbf_cr)
Same as for other patches, int should be nicer.
> - if (lc->tt.cbf_luma || cbf_cb || cbf_cr) {
> + if (cbf_luma || cbf_cb || cbf_cr) {
This could be bitwise ors, but that can stay as is as it's unrelated.
Looks good otherwise.
--
Christophe
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel