diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-06 17:18:46 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 10:43:09 -0300 |
commit | e8876bdcf3b4a8e5320884ffb9d39ce30e23f0e6 (patch) | |
tree | 63c720f67866c51df1ab93be39dd59806f5917cb /doc/formats.texi | |
parent | e5bcda6473a2d6984216004506374669501fcf3b (diff) | |
download | ffmpeg-e8876bdcf3b4a8e5320884ffb9d39ce30e23f0e6.tar.gz |
avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm option
Deprecated in 67747c89ad4d3bfb4381c3d274603a4f0da773d8.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index 9387f98b6a..640b23b790 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -69,7 +69,6 @@ This ensures that file and data checksums are reproducible and match between platforms. Its primary use is for regression testing. @item flush_packets Write out packets immediately. -@item latm (@emph{deprecated},@emph{inert}) @item shortest Stop muxing at the end of the shortest stream. It may be needed to increase max_interleave_delta to avoid flushing the longer |