mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 07:52:31 +00:00
fixed formatting
This commit is contained in:
parent
419d685394
commit
9291b673a0
@ -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);
|
return av_make_error_string(errbuf, AV_ERROR_MAX_STRING_SIZE, errnum);
|
||||||
}
|
}
|
||||||
#define av_err2str(err) av_err2string(err).c_str()
|
#define av_err2str(err) av_err2string(err).c_str()
|
||||||
#endif // av_err2str
|
#endif // av_err2str
|
||||||
|
|
||||||
namespace Libraries::AvPlayer {
|
namespace Libraries::AvPlayer {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user