Fix log tag

This commit is contained in:
badaix 2021-03-06 18:46:55 +01:00
parent 4f60c07c1c
commit f22f31edee

View file

@ -29,7 +29,7 @@
using namespace std; using namespace std;
static constexpr auto LOG_TAG = "OpusDecoder"; static constexpr auto LOG_TAG = "OggDecoder";
namespace decoder namespace decoder
{ {