OSDN Git Service

stagefright-plugins: Always use FFMPEG for FLAC audio
authorSteve Kondik <steve@cyngn.com>
Sun, 27 Dec 2015 00:42:29 +0000 (16:42 -0800)
committerSteve Kondik <steve@cyngn.com>
Sun, 27 Dec 2015 00:42:29 +0000 (16:42 -0800)
commit8107a7fd606819ba145581948a3d27dbbf33705f
treef5fd92543a59fd4b1622c5bb3978bb74868237dc
parent4ecbcbb09d0f7e438c772e5a608ae9ac27846e7b
stagefright-plugins: Always use FFMPEG for FLAC audio

 * The decoder in AOSP is not very good and due to the use of libFLAC
   it cannot work in the case where the DSP can offload compressed
   FLAC (AOSP's codec can only output decoded PCM). Prefer ours instead.

Change-Id: Id5665e4bcff0206c9ce2bd5e3d2ab7bfb81a1663
extractor/FFmpegExtractor.cpp