diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-06 16:49:32 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-15 22:32:06 +0300 |
commit | 1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (patch) | |
tree | 2c422621a5a9ffd2e0aac646228b186221aede2b /doc | |
parent | 93f257db6b818896e58c708d3c2ec4b8cb0c7b00 (diff) | |
download | ffmpeg-1d9c2dc89a2302076a68b4a3ae3639abbb1a502d.tar.gz |
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f94670cf16..5e67e0d969 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-08-08 - xxxxxxx - lavu 51.39 - avutil.h + Don't implicitly include libavutil/common.h in avutil.h + 2012-08-08 - xxxxxxx - lavu 51.38 - dict.h Add av_dict_count(). |