summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2022-12-05 22:32:46 +0100
committerTimo Rothenpieler <timo@rothenpieler.org>2022-12-10 00:52:33 +0100
commit7a8d78f7e358e5544395ba6084b83dfe18b4a84e (patch)
treef7a2dc66552f704b0ffdc647446f2f4f37e7b821 /doc
parent9651f873f8ce15c5d4380f49488900bbf6e6c731 (diff)
lavc: add new unsafe_output hwaccel_flag
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 ab7ce15fae..328028f293 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-12-xx - xxxxxxxxxx - lavc 59.55.100 - avcodec.h
+ Add AV_HWACCEL_FLAG_UNSAFE_OUTPUT.
+
2022-11-xx - xxxxxxxxxx - lavu 57.43.100 - tx.h
Add AV_TX_FLOAT_DCT, AV_TX_DOUBLE_DCT and AV_TX_INT32_DCT.