summaryrefslogtreecommitdiff
path: root/doc/libav-merge.txt
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-31 15:31:50 -0300
committerJames Almer <jamrial@gmail.com>2017-03-31 15:33:48 -0300
commit183635b9e96be0f4864e9e441b0aa93e8761b0ea (patch)
treea92722c48c5ff2c149dd2e17512e8a7296b58c20 /doc/libav-merge.txt
parentafac31d2b2cf4ee4abe7e25fb62f544029cc8deb (diff)
doc/libav-merge: mention aac_adtstoasc extradata update fix for matroska
Diffstat (limited to 'doc/libav-merge.txt')
-rw-r--r--doc/libav-merge.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt
index 9c904c3e9b..34d512bc91 100644
--- a/doc/libav-merge.txt
+++ b/doc/libav-merge.txt
@@ -98,6 +98,7 @@ Stuff that didn't reach the codebase:
- Removal of the custom atomic API (5cc0057f49, see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209003.html)
- Use the new bitstream filter for extracting extradata (see 8e2ea69135 and 096a8effa3)
- ADD_RES_MMX_4_8 in libavcodec/x86/hevc_add_res.asm probably needs updating (see 589880710)
+- Read aac_adtstoasc extradata updates from packet side data on Matroska once mov and the bsf in question are fixed (See 13a211e632 and 5ef1959080)
Collateral damage that needs work locally:
------------------------------------------