intel / libyami

Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it is yummy to your video experience on Linux like platform.
Apache License 2.0
147 stars 106 forks source link

Convert all usage of FILE* to C++ std::ofstream or std::ifstream #744

Closed uartie closed 6 years ago

uartie commented 7 years ago

FILE is not a good idea in C++ and harder to work with. The std::ofstream is much easier and safer to use. Convert all usage of FILE into std::ofstream or std::ifstream as appropriate.

uartie commented 7 years ago

@stripes416 this might be a good task for you to get your hands dirty ;)

uartie commented 6 years ago

This issue was filed before the 01org/libyami-utils split and probably has more relevance to 01org/libyami-utils than 01org/libyami