mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-01 22:49:21 +00:00
avutil/display: fix inverted doc
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
35420ab7fd
commit
278068dc60
@ -14,6 +14,11 @@ libavutil: 2021-04-27
|
|||||||
|
|
||||||
API changes, most recent first:
|
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
|
2021-12-xx - xxxxxxxxxx - lavf 59.10.100 - avformat.h
|
||||||
Add AVFormatContext io_close2 which returns an int
|
Add AVFormatContext io_close2 which returns an int
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
double av_display_rotation_get(const int32_t matrix[9]);
|
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).
|
* rotation by the specified angle (in degrees).
|
||||||
*
|
*
|
||||||
* @param matrix an allocated transformation matrix (will be fully overwritten
|
* @param matrix an allocated transformation matrix (will be fully overwritten
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
#define LIBAVUTIL_VERSION_MAJOR 57
|
#define LIBAVUTIL_VERSION_MAJOR 57
|
||||||
#define LIBAVUTIL_VERSION_MINOR 11
|
#define LIBAVUTIL_VERSION_MINOR 11
|
||||||
#define LIBAVUTIL_VERSION_MICRO 100
|
#define LIBAVUTIL_VERSION_MICRO 101
|
||||||
|
|
||||||
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
|
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
|
||||||
LIBAVUTIL_VERSION_MINOR, \
|
LIBAVUTIL_VERSION_MINOR, \
|
||||||
|
Loading…
Reference in New Issue
Block a user