diff options
author | James Almer <jamrial@gmail.com> | 2017-05-26 11:22:23 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-05-26 11:22:23 -0300 |
commit | 5213c6d175baf2b767d557af566b7c255958ea87 (patch) | |
tree | 55516eb9c2f58d11a47faddab67b010894831deb /doc/libav-merge.txt | |
parent | a9a6d51ca447be6364298a350336a25125f0af07 (diff) | |
download | ffmpeg-5213c6d175baf2b767d557af566b7c255958ea87.tar.gz |
doc/libav-merge: remove lines about AVFrame crop fields
Diffstat (limited to 'doc/libav-merge.txt')
-rw-r--r-- | doc/libav-merge.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt index 85c672adb3..690c4ef97f 100644 --- a/doc/libav-merge.txt +++ b/doc/libav-merge.txt @@ -98,11 +98,6 @@ 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) - new bitstream reader (see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html) - use of the bsf instead of our parser for vp9 superframes (see fa1749dd34) -- use of the new AVFrame crop fields in h264/hevc/theora (see https://ffmpeg.org/pipermail/ffmpeg-devel/2017-May/211239.html) - - a02ae1c683 hevcdec: export cropping information instead of handling it internally - - 4fded0480f h264dec: be more explicit in handling container cropping - - c3e84820d6 h264dec: export cropping information instead of handling it internally - - 1202b71269 theora: export cropping information instead of handling it internally Collateral damage that needs work locally: ------------------------------------------ |