summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-04 15:32:56 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-25 15:01:33 +0100
commitc70ec631c928ac202fdb8efc999a50fc339f263c (patch)
tree50fc6417bb4e5c66f2f49ebef5bb52992a6d0c45 /doc/APIchanges
parentfdd71cf04c4fdcea0af911d808687c07d150fee2 (diff)
lavu/opt: add av_opt_ accessors for pixel/format/image size options
The interface is implemented against the style of the other options accessors. Possibly simplify programmatic setting of options.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 57be6ba735..5707d1397a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,15 @@ libavutil: 2012-10-22
API changes, most recent first:
+2012-11-25 - xxxxxxx - lavu 52.9.100 - opt.h
+ Add the following convenience functions to opt.h:
+ av_opt_get_image_size
+ av_opt_get_pixel_fmt
+ av_opt_get_sample_fmt
+ av_opt_set_image_size
+ av_opt_set_pixel_fmt
+ av_opt_set_sample_fmt
+
2012-11-17 - xxxxxxx - lavu 52.8.100 - bprint.h
Add av_bprint_strftime().