Change AVSubtitle.rects to an array of pointers so ABI does not break
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 3 Jan 2009 17:54:48 +0000 (17:54 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 3 Jan 2009 17:54:48 +0000 (17:54 +0000)
commitdb4fac64db305e14f04d87f639b3fc851266b38c
tree942e9a98911e53b3d33ea9024e201438fef5556c
parent7cf9c6ae40181f2d769ce73bf141c445f036f30c
Change AVSubtitle.rects to an array of pointers so ABI does not break
when the size of AVSubtitleRect changes.

Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
ffplay.c
libavcodec/avcodec.h
libavcodec/dvbsub.c
libavcodec/dvbsubdec.c
libavcodec/dvdsubenc.c
libavcodec/xsubdec.c