FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
582 stars 105 forks source link

Remove colorspace/transfer/other constants #308

Closed myrsloik closed 6 years ago

myrsloik commented 6 years ago

Remove all constants that are copied from ffmpeg headers directly and come from some iso standard.

myrsloik commented 6 years ago

These enums are simply copied from the iso standard and can be safely removed: FFMS_ColorPrimaries FFMS_TransferCharacteristic FFMS_ColorSpaces

These enums haven't had any observable effect for a long time and are deprecated: FFMS_Sources FFMS_CPUFeatures

kodawah commented 6 years ago

Remove all constants that are copied from ffmpeg headers directly and come from some iso standard.

👍

kodawah commented 6 years ago

you could probably drop ColorRanges ChromaLocations too c6f9e4dc2571c45d9397051e0ff31432dc09fa46