diff options
author | Nicolas George <george@nsup.org> | 2013-12-31 14:07:25 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-01-19 17:12:22 +0100 |
commit | 3532dd52c51f3d4b95f31d1b195e64a04a8aea5d (patch) | |
tree | 0e02b4f53b0e7df9c1971d1899068314a47af590 /doc/APIchanges | |
parent | 56072421559342c959de87a402b9d65de598f41e (diff) | |
download | ffmpeg-streaming-3532dd52c51f3d4b95f31d1b195e64a04a8aea5d.zip ffmpeg-streaming-3532dd52c51f3d4b95f31d1b195e64a04a8aea5d.tar.gz |
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/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d43f459..69a2c5a 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. |