fixed formatting

This commit is contained in:
zmckevitt 2024-09-06 12:52:30 -06:00
parent 419d685394
commit 9291b673a0

View File

@ -29,7 +29,7 @@ av_always_inline std::string av_err2string(int errnum) {
return av_make_error_string(errbuf, AV_ERROR_MAX_STRING_SIZE, errnum);
}
#define av_err2str(err) av_err2string(err).c_str()
#endif // av_err2str
#endif // av_err2str
namespace Libraries::AvPlayer {