OSDN Git Service

avcodec: change number of plane pointers from 4 to 8 at next major bump.
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 14 Nov 2011 21:07:03 +0000 (16:07 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 2 Dec 2011 22:40:40 +0000 (17:40 -0500)
commit560f773c7ddd17f66e2621222980c1359a9027be
treef4f410aa8b692a0ebe713f72d4c13018f053c455
parent9b9815eec4231d9efea7cd5c6a18c09c2ebff310
avcodec: change number of plane pointers from 4 to 8 at next major bump.

Add AV_NUM_DATA_POINTERS to simplify the bump transition.
This will allow for supporting more planar audio channels without having to
allocate separate pointer arrays.
doc/APIchanges
libavcodec/avcodec.h
libavcodec/huffyuv.c
libavcodec/mpegvideo.c
libavcodec/utils.c
libavcodec/version.h
libavcodec/vp3.c