You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1891082 - Implement CodecChangeMonitor for AAC in MediaChangeMonitor r=media-playback-reviewers,padenot
This patch implements a `CodecChangeMonitor` specifically for *AAC*
format, which will later be integrated into the `MediaChangeMonitor`.
The `CheckForChange` function within `CodecChangeMonitor` is designed to
detect changes in the data format and signal `MediaChangeMonitor` to
re-create and re-initialize the underlying decoder accordingly.
When the data stream format changes from *ADTS* to *AAC*, the
`CodecChangeMonitor` will add an AAC-specific configuration that is
missing in *ADTS* for proper decoder configuration. Conversely, when the
format switches from *AAC* to *ADTS*, it will reconfigure the decoder
without the AAC-specific configuration.
Depends on D219147
Differential Revision: https://phabricator.services.mozilla.com/D220505
UltraBlame original commit: 85611c424c137426a9d6b5709fc4796436e1380a
0 commit comments