diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 19:06:45 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 19:06:45 +0000 |
commit | 16cfc9612436179cdb1a06ceff9b344d141409b0 (patch) | |
tree | d39f1fa18b2370b57527dbf69c6ba8723b24803a /doc | |
parent | d4a9f3793894b857eb832c09d2bb9e8d16488407 (diff) | |
download | ffmpeg-16cfc9612436179cdb1a06ceff9b344d141409b0.tar.gz |
Add CODEC_CAP_NEG_LINESIZES.
Originally committed as revision 25886 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 308cfa913a..a9ee5b89c2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-12-04 - r25886 - lavc 52.98.0 - CODEC_CAP_NEG_LINESIZES + Add CODEC_CAP_NEG_LINESIZES codec capability flag in avcodec.h. + 2010-12-04 - r25879 - lavu 50.34.0 - av_get_pix_fmt_string() Deprecate avcodec_pix_fmt_string() in favor of pixdesc.h/av_get_pix_fmt_string(). |