Martin Storsjö <[email protected]> writes: > On Sat, 30 Jun 2012, Ronald S. Bultje wrote: > >> From: "Ronald S. Bultje" <[email protected]>
[...] >> @@ -284,7 +285,7 @@ static av_always_inline void add_yblock(SnowContext *s, >> int sliced, slice_buffer >> BlockNode *rb= lb+1; >> uint8_t *block[4]; >> int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; >> - uint8_t *tmp = s->scratchbuf; >> + uint8_t *tmp = s->emu_edge_buffer; >> uint8_t *ptmp; >> int x,y; >> > > If I drop this hunk, it works fine. That change seems wrong, indeed. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
