commit | 51d53cd993043d9286e12cba884e6ee4d10b5fac | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Fri Jan 31 09:38:33 2014 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Mon Feb 03 15:42:51 2014 -0800 |
tree | 0559856f5ca00b74b86445f863f1ad1b2c359f72 | |
parent | b42398bb30e47313f42f91292657a9b8cc752511 [diff] [blame] |
Change Format_Invalid from enum to global const This is in preparation for changing the typedef to a struct Change-Id: I36d1fe81d2f974224750f753453753303c224591
diff --git a/media/libnbaio/NBAIO.cpp b/media/libnbaio/NBAIO.cpp index 290604e..8a8155d 100644 --- a/media/libnbaio/NBAIO.cpp +++ b/media/libnbaio/NBAIO.cpp
@@ -33,6 +33,8 @@ return Format_channelCount(format); } +const NBAIO_Format Format_Invalid = { 0 }; + enum { Format_SR_8000, Format_SR_11025,