diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-04-10 16:34:16 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-05-24 00:42:31 +0200 |
commit | f2ee0656389a6f9db348ce59c4fbb3c58dd648af (patch) | |
tree | 3055abecf35a937a182a5539f757a146797c22a5 /doc/APIchanges | |
parent | d0ad91c258821708ce21b4ae53018922ef1f5614 (diff) | |
download | ffmpeg-f2ee0656389a6f9db348ce59c4fbb3c58dd648af.tar.gz |
lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.h
Move AVPALETTE_SIZE and AVPALETTE_COUNT definition from
libavcodec/avcodec.h to libavutil/pixfmt.h.
The definition is more useful in libavutil, where it can be shared for
example by libavfilter and libswscale.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d00416c9c6..b6b78b5237 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-05-24 - xxxxxxx - lavu 51.54.100 + Move AVPALETTE_SIZE and AVPALETTE_COUNT macros from + libavcodec/avcodec.h to libavutil/pixfmt.h. + 2012-05-07 - xxxxxxx - lavf 54.5.100 Add av_guess_sample_aspect_ratio() function. |