Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-03-08 18:22:53 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-06-05 20:42:17 +0400
commit62b39d41cdec2be4e4722aefbd7789305e4ab2ad (patch)
tree68b4abafa19f29df11acb9bd6f10f7a3720ce274 /doc/APIchanges
parent0da9bce5a317a8a5ce4f8ed72c460ff929bf5c8e (diff)
lavc: add pkt_duration field to AVFrame
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
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.