Fixed wrong audio libavcodec naming

This commit is contained in:
Martin Pulec
2020-08-28 12:13:50 +02:00
parent a8fafedc40
commit e474f50667

View File

@@ -81,7 +81,7 @@ extern "C" {
const constexpr int TMP_DATA_LEN = 1024 * 1024;
const constexpr int ERR_MSG_BUF_LEN = 1024;
#define MOD_NAME "[lavd] "
#define MOD_NAME "[lavcd aud.] "
using namespace std;