Fixed wrong audio libavcodec naming

This commit is contained in:
Martin Pulec
2020-08-28 12:13:50 +02:00
parent 15df3f7268
commit ed3e629c5d

View File

@@ -83,7 +83,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;