DeadSquirrel01 / android_device_samsung_a5-common

Device Config for Galaxy A5
13 stars 9 forks source link

Native FLAC decoding is not working #32

Open fractal1510 opened 6 years ago

fractal1510 commented 6 years ago

I'm not sure if it is because of missing libs and blobs or else.

Comment in media_codecs.xml shows that Google RAW decoder is responsible for FLAC decoding but i'm not finding any connection between the two, that is, how the framework knows that is needs to use RAW decoder for FLAC decoding.

Another thing i've noticed is that ffmpeg codecs are not included in media_codecs.xml so they are not used at all. Including media_codecs_ffmpeg.xml to media_codecs.xml fixes the problem with FLAC decoding because ffmpeg clearly have a FLAC decoder, and it also adds a couple of other codecs, but i'm wondering why they aren't included by default?

Any thoughts?