diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-31 13:35:47 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-09-04 23:16:11 +0300 |
commit | 686a329395bf4b602445dd5015fab507b01ad4f2 (patch) | |
tree | 54e128fec3886421340753b8155265add1761628 /doc | |
parent | 21bc44038491e525335ad763883b0288402ff6a0 (diff) | |
download | ffmpeg-streaming-686a329395bf4b602445dd5015fab507b01ad4f2.zip ffmpeg-streaming-686a329395bf4b602445dd5015fab507b01ad4f2.tar.gz |
avopt: Reorder the default_val struct, making i64 the first field
Also mention this change in APIchanges.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index dda0996..7e1ffd0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-09-04 - xxxxxxx - lavu 51.40.0 - opt.h + Reordered the fields in default_val in AVOption, changed which + default_val field is used for which AVOptionType. + 2012-xx-xx - xxxxxxx - lavc 54.26.1 - avcodec.h Add codec descriptor properties AV_CODEC_PROP_LOSSY and AV_CODEC_PROP_LOSSLESS. |