diff options
author | Peter Ross <pross@xvid.org> | 2011-04-09 13:49:45 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-04-10 04:44:37 +0200 |
commit | 73389754c911bc3171019f0bb98b7aeeb0ef32e6 (patch) | |
tree | 627e250138e940e2d9f9b064677a923bbcf694e7 /doc/APIchanges | |
parent | 47dec30edb8565b7e0e8716dc6d0dc36d5b7bc40 (diff) | |
download | ffmpeg-73389754c911bc3171019f0bb98b7aeeb0ef32e6.tar.gz |
pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
PIX_FMT_BGR48LE is used by PhantomCINE demuxer.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 7d12737472..d65b2ddeea 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-04-10 - lavu 50.40.0 - pixfmt.h + Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats + 2011-04-08 - lavf 52.106.0 - avformat.h Minor avformat.h cleanup: a9bf9d8 deprecate av_guess_image2_codec |