diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-08 15:22:53 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-05 18:42:17 +0200 |
commit | 62b39d41cdec2be4e4722aefbd7789305e4ab2ad (patch) | |
tree | 68b4abafa19f29df11acb9bd6f10f7a3720ce274 /doc/APIchanges | |
parent | 0da9bce5a317a8a5ce4f8ed72c460ff929bf5c8e (diff) | |
download | ffmpeg-62b39d41cdec2be4e4722aefbd7789305e4ab2ad.tar.gz |
lavc: add pkt_duration field to AVFrame
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 0b70c21df1..2da438fb6a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-06-05 - xxxxxxx - lavc 54.24.100 + Add pkt_duration field to AVFrame. + 2012-06-04 - xxxxxxx - lafi 2.78.100 Add avfilter_default_filter_name() function in avfilter.h. |