summaryrefslogtreecommitdiff
path: root/libavcodec/latm_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
* latm: remove superflous #includesMans Rullgard2011-01-261-6/+1
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e153e9a53a6fbfba974b8263bca70f7bba02952c)
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-021-0/+119
The decoder is just a wrapper around the AAC decoder. based on patch by Paul Kendall { paul <ät> kcbbs gen nz } Originally committed as revision 25642 to svn://svn.ffmpeg.org/ffmpeg/trunk