diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-10 20:18:10 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-13 10:24:33 +0530 |
commit | 67747c89ad4d3bfb4381c3d274603a4f0da773d8 (patch) | |
tree | 5ad4104f35c630c9af985df4297fd4bf35d3ea32 /doc/formats.texi | |
parent | 0946c0ec177dc48ef0677f890aa42d95e667c417 (diff) | |
download | ffmpeg-67747c89ad4d3bfb4381c3d274603a4f0da773d8.tar.gz |
avformat: deprecate unused MP4A_LATM flag
A generic lavf flag for AAC LATM packetization for the RTP muxer was
added in ef409645f0 and then made inert 20 days later in 0832122880
when a private muxer option was added and the generic flag no longer
read.
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index ddd7743548..e29bc501c3 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -53,8 +53,6 @@ Discard corrupted frames. Try to interleave output packets by DTS. @item keepside Do not merge side data. -@item latm -Enable RTP MP4A-LATM payload. @item nobuffer Reduce the latency introduced by optional buffering @item bitexact |