I have used the faad2 to decode successfully the aac audio stream of DVB-H,
but now i have some problem to decode the HE-AAC audio stream.
I can't use the same way which to decode the aac to decode the HE-AAC.
In my opinion, the open source "faad2" need to determine the type of audio stream.
I think the faad2 default audio type is AAC - LC,
because in the main.c has this code "int object_type = LC;"
I modify this code -> "int object_type = HE_AAC;"
but it is still not work ....
how can i solve this problem?
Thanks for the help!
