Skip to content

Commit

Permalink
AEUtils: Fix DataFormatToStr with new AE_FMT_RAW
Browse files Browse the repository at this point in the history
  • Loading branch information
fritsch authored and FernetMenta committed Nov 22, 2015
1 parent fe4d592 commit 002abe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/cores/AudioEngine/Utils/AEUtil.cpp
Expand Up @@ -222,6 +222,8 @@ const char* CAEUtil::DataFormatToStr(const enum AEDataFormat dataFormat)
"AE_FMT_DOUBLE",
"AE_FMT_FLOAT",

"AE_FMT_RAW",

/* for passthrough streams and the like */
"AE_FMT_AAC",
"AE_FMT_AC3",
Expand Down

0 comments on commit 002abe0

Please sign in to comment.