GNOME Bugzilla – Bug 780966
aacparse: streamline and improve AudioSpecificConfig parsing
Last modified: 2017-04-06 10:10:34 UTC
See commit message
Created attachment 349348 [details] [review] aacparse: streamline and improve AudioSpecificConfig parsing AudioSpecifigConfig is used in a variety of AAC streams but was being parsed differently. Instead, make everyone use the same parsing. * Remove unused 'bits' field (it was always set to 0 if present) * Add proper GAConfig parsing (to know the number of samples per frame if present). Fixes wrong rate/channels configuration in streams coming from qtdemux
commit 9a066e548ddd6da12de29bd8cfe2f084767c2e82 Author: Edward Hervey <edward@centricular.com> Date: Thu Apr 6 12:01:00 2017 +0200 aacparse: streamline and improve AudioSpecificConfig parsing AudioSpecifigConfig is used in a variety of AAC streams but was being parsed differently. Instead, make everyone use the same parsing. * Remove unused 'bits' field (it was always set to 0 if present) * Add proper GAConfig parsing (to know the number of samples per frame if present). Fixes wrong rate/channels configuration in streams coming from qtdemux https://bugzilla.gnome.org/show_bug.cgi?id=780966