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 23, 2015
1 parent 6819c3b commit 30c2d4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/cores/AudioEngine/Utils/AEUtil.cpp
Original file line number Diff line number Diff line change
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 30c2d4d

Please sign in to comment.