Paul B Mahol: > This patch is too much intrusive to be acceptable. > > Isn't there simpler solution? > Intrusive? You call that intrusive? Anyway, here is a way to make it even less intrusive: Use "type *prv = &p[c]" and don't modify the inner loop at all (and don't update prev after the loop). If one used "type *prv = ((type*)p) + c", one could additionally avoid having to add the p0 variable. But I actually dislike this one-sample pseudo-array and therefore intentionally switched away from it.
- Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".