Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-10-21 13:50:03 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-22 14:50:09 +0300
commitf5495c970cf2a8745a2f4520d543cb215c06e545 (patch)
treeb38912ca1d258a74224c0fb56694dec8b5b1aff9 /doc
parent2c1d38d1e1c2617f51bbb833bb7fe1298644cd21 (diff)
avutil/avassert: Add av_assertX_fpu()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 130638b7bc..502ab3f71b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-10-22 - xxxxxxx - lavu 55.33.100 - avassert.h
+ Add av_assert0_fpu() / av_assert2_fpu()
+
2016-xx-xx - xxxxxxx - lavc 57.61.100 / lavc 57.24.0 - avcodec.h
Decoders now export the frame timestamp as AVFrame.pts. It was
previously exported as AVFrame.pkt_pts, which is now deprecated.