lavu/rational: add syntactic sugar.

Add a function to create a rational
and macros for common values.
This commit is contained in:
Nicolas George
2013-12-31 14:07:25 +01:00
parent 5607242155
commit 3532dd52c5
3 changed files with 15 additions and 1 deletions

View File

@@ -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.