OSDN Git Service

FLACExtractor: Add more sample rates support
authorBilly <xiaobing.feng@windriver.com>
Thu, 20 Dec 2012 03:02:55 +0000 (11:02 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 10 Dec 2017 14:56:00 +0000 (22:56 +0800)
commit228782ae3adfbb8ec5ed4a3386594770fc42e72d
tree40cb484002e3c483457c48708133f298d343901e
parent7144116ba2d2729f7238ec292bea058a7cfbdeb9
FLACExtractor: Add more sample rates support

In FLACExtractor.cpp, it has function to check file's sample rate.
If the input sample rate is not in its list, it will return "unsupported
sample rate" issue. Modify code to make other sample rates (100,1k,42k,46k)
pass the check

Issue: AXIA-1441
Change-Id: I48f91119275560ec6d00feb0dedc70d10aa55262
Signed-off-by: Xiaobing Feng <xiaobing.feng@windriver.com>
Signed-off-by: Matt Gumbel <matthew.k.gumbel@intel.com>
media/libstagefright/FLACExtractor.cpp