cisco / thor

Thor Video Codec
BSD 2-Clause "Simplified" License
697 stars 101 forks source link

reserved identifier violation #13

Open elfring opened 9 years ago

elfring commented 9 years ago

I would like to point out that identifiers like "_INTER_PREDICTION_H_" and "_SIMD_H" do not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?

Spaxe commented 9 years ago

@elfring, what alternatives would you like to propose?

elfring commented 9 years ago

How do you think about to make your include guards not only standard-compliant but also really unique by appending a kind of UUID?