Commit Graph

2 Commits

Author SHA1 Message Date
James Almer 51bdb92ad0 Merge commit '1921223df04fbbb2e88db40f8b49e6e682f1f6fa'
* commit '1921223df04fbbb2e88db40f8b49e6e682f1f6fa':
  aac: Split function to parse ADTS header data into public and private part

Merged-by: James Almer <jamrial@gmail.com>
2017-10-30 18:56:45 -03:00
Diego Biurrun 1921223df0 aac: Split function to parse ADTS header data into public and private part
This makes the currently semi-public avpriv_aac_parse_header() function
private to libavcodec and adds a proper public API function to return
the parts of the ADTS header required in libavformat.
2017-05-02 18:50:34 +02:00