diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-26 18:07:17 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-26 23:22:39 +0200 |
commit | 7b38c4c95f3b82ae6ef6c6f290ca24000faffacd (patch) | |
tree | 8edf7aa0c86ab845a7a3db7bf80779c49521795f /doc | |
parent | 418b9454ff65e9aec0006ea3b3459ee01f86cf64 (diff) | |
download | ffmpeg-7b38c4c95f3b82ae6ef6c6f290ca24000faffacd.tar.gz |
doc/bitstream-filters.texi: add documentation for the aac_adtstoasc filter
Based on the notes in libavcodec/aac_adtstoasc_bsf.c.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bitstream_filters.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 2ee00c134b..47ad9d218d 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -17,6 +17,15 @@ Below is a description of the currently available bitstream filters. @section aac_adtstoasc +Convert MPEG-2/4 AAC ADTS to MPEG-4 Audio Specific Configuration +bitstream filter. + +This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4 +ADTS header and removes the ADTS header. + +This is required for example when copying an AAC stream from a raw +ADTS AAC container to a FLV or a MOV/MP4 file. + @section chomp @section dump_extradata |