MythTV LATM Ticket created
The other day, I ceated a ticket in the mythtv trac system that is the start of the LATM/HE-AAC audio support for NZ freeview|HD. This is just fixing a minor bug where the stream type 0×11 was not being recognised as an audio stream.
I have started converting the LATM/AAC decoder I have done to parser, this will allow us use the current libfaad decoder and just use a parser for the LATM support. This seems to fit better with the way ffmpeg is designed. Anyway, progress is good. I have a simple parser the now allows complete LATM frames to be sent to the decoder. Now to complete the migration of the parser code.