diff options
author | Alex Converse <aconverse@google.com> | 2011-05-09 14:34:23 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-05-25 12:34:46 -0700 |
commit | 30315a8d9c9bea98d54260956db58b6df56f9347 (patch) | |
tree | 0d2a29d48fb91454ce0849e369d325ea9fed9829 /doc/APIchanges | |
parent | 80068da3a0bafc7e24ce6b1f91cefec7d793b4d2 (diff) | |
download | ffmpeg-30315a8d9c9bea98d54260956db58b6df56f9347.tar.gz |
avformat: Add fpsprobesize as an AVOption.
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 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. |