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 /libavutil/display.h | |
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 'libavutil/display.h')
-rw-r--r-- | libavutil/display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/display.h b/libavutil/display.h index 515adad795..d87bf68425 100644 --- a/libavutil/display.h +++ b/libavutil/display.h @@ -88,7 +88,7 @@ double av_display_rotation_get(const int32_t matrix[9]); /** - * Initialize a transformation matrix describing a pure counterclockwise + * Initialize a transformation matrix describing a pure clockwise * rotation by the specified angle (in degrees). * * @param matrix an allocated transformation matrix (will be fully overwritten |