diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-09 16:21:07 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-12 23:52:55 +0200 |
commit | a25346e65cc2f46e3a9ec1a12312a09cd9b132ed (patch) | |
tree | 5a4778b46313c674cb23c4772288df4fc559afd5 /doc/APIchanges | |
parent | 3239382aefd0f5fa9ffd1509ccaedd59a54ec9af (diff) | |
download | ffmpeg-a25346e65cc2f46e3a9ec1a12312a09cd9b132ed.tar.gz |
lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro
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 55b634d21d..fd0abf5414 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-08-13 - xxxxxxx - lavu 51.69.100 - opt.h + Add AV_OPT_FLAG_FILTERING_PARAM symbol in opt.h. + 2012-07-31 - xxxxxxx - lavc 54.46.100 Add channels field to AVFrame. |