From 183635b9e96be0f4864e9e441b0aa93e8761b0ea Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 31 Mar 2017 15:31:50 -0300 Subject: [PATCH] doc/libav-merge: mention aac_adtstoasc extradata update fix for matroska --- doc/libav-merge.txt | 1 + 1 file changed, 1 insertion(+) 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: ------------------------------------------