[x264-devel] Bug in expanding borders to mod16?
Steven Tondeur
stondeur at etro.vub.ac.be
Wed May 3 16:25:45 CEST 2006
Hi all,
I think I found a small bug in x264_frame_expand_border_mod16 (frame.c).
At line 257, the loop for expanding vertically is immediately followed
by a semicolon :
for( y = i_height; y < i_height + i_pady; y++ );
memcpy(....)
Shouldn't it be removed?
Regards,
Steven
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list