1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-26 03:11:51 +02:00

doc/libav-merge: remove line about extract_extradata_bsf usage

It was addressed in b8f26779d6
This commit is contained in:
James Almer 2017-04-07 17:31:13 -03:00
parent e7fb6bc32d
commit 3f8d7342c3

View File

@ -96,7 +96,6 @@ Stuff that didn't reach the codebase:
- e7078e842 hevcdsp: add x86 SIMD for MC
- VAAPI VP8 decode hwaccel (currently under review: http://ffmpeg.org/pipermail/ffmpeg-devel/2017-February/thread.html#207348)
- 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 (8e2ea69135 and 096a8effa3, see https://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209068.html)
- Read aac_adtstoasc extradata updates from packet side data on Matroska once mov and the bsf in question are fixed (See 13a211e632 and 5ef1959080)
- new bistream reader (see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html)