summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Kühnel <kuehnelth@googlemail.com>2011-09-26 22:26:13 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-14 13:00:18 +0200
commitf49ec1b40406b4ccc51578f2f11131ceb3eb838c (patch)
tree21c072dd3d9869eaadd3ff2350412599f7de946d /doc
parent2090e40410693ce30ed2080f2cea2f4ccfb9ac94 (diff)
lavc: add metadata to AVFrame
See thread: Subject: [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame Date: Tue, 4 Oct 2011 00:19:51 +0200
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 65870107c9..de05198770 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-07-14 - xxxxxxx - lavc 54.38.100 - avcodec.h
+ Add metadata to AVFrame, and the accessor functions
+ av_frame_get_metadata() and av_frame_set_metadata().
+
2012-07-10 - xxxxxxx - lavc 54.33.100
Add av_fast_padded_mallocz().