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
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2013-12-31 17:07:25 +0400
committerNicolas George <george@nsup.org>2014-01-19 20:12:22 +0400
commit3532dd52c51f3d4b95f31d1b195e64a04a8aea5d (patch)
tree0e02b4f53b0e7df9c1971d1899068314a47af590 /doc/APIchanges
parent56072421559342c959de87a402b9d65de598f41e (diff)
lavu/rational: add syntactic sugar.
Add a function to create a rational and macros for common values.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d43f459a4f..69a2c5a638 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-01-19 - xxxxxxx - lavu 52.63.100 - rational.h
+ Add av_make_q() function.
+
2013-12-xx - xxxxxxx - lavu 53.2.0 - frame.h
Add AV_FRAME_DATA_MATRIXENCODING value to the AVFrameSideDataType enum, which
identifies AVMatrixEncoding data.