On Jan 14, 2014, at 4:16 AM, Jan Ekstrom <[email protected]> wrote: > On Tue, Jan 14, 2014 at 11:35 AM, Nikos Barkas <[email protected]> wrote: >> Receiving this error on MinGW-w64 GCC 4.7.1 while attempting to build >> 8e0fa5f: > > Yes, this is a bug, the variable i is out of scope there. > > Given the for loop is finished at that point of the code, the variable > i has the value of the variable fullwords at that point. Thus I > /think/ the i can be replaced with fullwords there.
Yes thanks. Stupid copy-paste bug on my part. Fortunately that function is currently unused. -- Steve Borho _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
