2014-07-27 13:00 GMT+02:00 Anton Khirnov <[email protected]>: > + uint8_t inter_split = s->sps->max_transform_hierarchy_depth_inter == > 0 &&
Please just use an int, the compiler will have less opportunities to do useless operations. Otherwise, looks ok. I have no idea whether that flag would be useful elsewhere, but so far it isn't. -- Christophe _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
