diff options
author | Zhao Zhili <quinkblack@foxmail.com> | 2021-12-12 17:26:03 +0800 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-12-20 21:29:42 +0100 |
commit | 278068dc60d8737341d73e58f508d01ff883876c (patch) | |
tree | 793defcef77f837a363a829e95b0074f15a00d8b /doc | |
parent | 35420ab7fd76bdcf43a2f671c39a2555a5fba488 (diff) | |
download | ffmpeg-278068dc60d8737341d73e58f508d01ff883876c.tar.gz |
avutil/display: fix inverted doc
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 17aa664ca3..93fc45ced4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,11 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-12-20 - xxxxxxxxxx - lavu 57.11.101 - display.h + Modified the documentation of av_display_rotation_set() + to match its longstanding actual behaviour of treating + the angle as directed clockwise. + 2021-12-xx - xxxxxxxxxx - lavf 59.10.100 - avformat.h Add AVFormatContext io_close2 which returns an int |