diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-12-03 11:21:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-03 15:18:58 +0100 |
commit | 976b0959391cefb4cd72d66d392def843a3a9857 (patch) | |
tree | 99874e5178003a3ff16e7c7747ec1ee5df4a80a0 /doc/APIchanges | |
parent | 757cb3b46a5ae81c169a83975dc25040e7864475 (diff) | |
download | ffmpeg-976b0959391cefb4cd72d66d392def843a3a9857.tar.gz |
lavu/error: define AVERROR_BUG.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 23e568922c..6f7d46df9e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-12-03 - xxxxxxx - lavu 51.30.0 + Add AVERROR_BUG. + 2011-xx-xx - xxxxxxx - lavu 51.28.1 Add av_get_alt_sample_fmt() to samplefmt.h. |