[FFmpeg-cvslog] r18899 - trunk/libavcodec/libtheoraenc.c
David Conrad
lessen42
Sat May 23 18:02:23 CEST 2009
On May 23, 2009, at 11:50 AM, Reimar D?ffinger wrote:
> On Sat, May 23, 2009 at 11:44:28AM -0400, David Conrad wrote:
>> Still, if it reads into the next line it doesn't matter
>> much; libtheora won't modify the data.
>
> Reading into the next line == reading beyond the buffer if it's the
> last line == may crash.
Actually, get_buffer's doxy says avcodec_align_dimensions() should be
used which rounds width/height up to mod16 for planar yuv, so this
should be safe.
More information about the ffmpeg-cvslog
mailing list