Code review comment for lp:~linaro-graphics-wg/glmark2/image-readers

Revision history for this message
Jesse Barker (jesse-barker) wrote :

In the function that fills in the "struct jpeg_source_mgr" function pointer for skip_input_data, while I normally object to C casting in C++, it seems especially odd in this case as there's a mix of C and C++ casts in this function. Aside from that, the code looks great.

review: Approve

« Back to merge proposal