summaryrefslogtreecommitdiffstats
path: root/libmpdemux/aac_hdr.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: shut up more warningsClément Bœsch2011-05-061-1/+2
|
* Add separate header for aac_parse_frame(); avoids forward declarations.diego2010-02-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless header #includes; #include only required header stdint.h.diego2010-02-161-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30590 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split the aac header parsing out of aac demuxer to allow using libmpmuxalbeu2008-04-091-0/+48
without libmpdemux. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26359 b3059339-0415-0410-9bf9-f77b7e298cf2