h4tr3d / avcpp

C++ wrapper for FFmpeg
Other
429 stars 78 forks source link

std::string_view cannot be constructed from nullptr #124

Closed mmomtchev closed 7 months ago

mmomtchev commented 7 months ago

According to the C++ specs std::string_view cannot be constructed from nullptr and many compilers will produce a crashing code. Use the default constructor instead.

h4tr3d commented 7 months ago

Good job! Thanks