OSDN Git Service

Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
authorIan Caulfield <ian.caulfield@gmx.at>
Tue, 30 Jan 2007 14:19:43 +0000 (14:19 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Tue, 30 Jan 2007 14:19:43 +0000 (14:19 +0000)
commit4ee97612c7999141832a573ab7b217d5974e3582
tree03643afd1897e4debeacc17ac7b76037631a865f
parent68fcdbf1e570d16ca76e28a1f799dfa72a62e79a
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
have the last line decoded, leaving the bottom line of the bitmap array
uninitialised. Patch by Ian Caulfield, ian dot caulfield gmail dot com.

Originally committed as revision 7767 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dvdsubdec.c