summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2011-05-09 14:34:23 -0700
committerAlex Converse <alex.converse@gmail.com>2011-05-25 12:34:46 -0700
commit30315a8d9c9bea98d54260956db58b6df56f9347 (patch)
tree0d2a29d48fb91454ce0849e369d325ea9fed9829 /doc
parent80068da3a0bafc7e24ce6b1f91cefec7d793b4d2 (diff)
avformat: Add fpsprobesize as an AVOption.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 853975e76d..a99b798d80 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-05-25 - XXXXXXX - lavf 53.1.0 - avformat.h
+ Add fps_probe_size to AVFormatContext.
+
2011-05-18 - 64150ff - lavc 53.4.0 - AVCodecContext.request_sample_fmt
Add request_sample_fmt field to AVCodecContext.