]> git.sesse.net Git - vlc/commit
* Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 11 Feb 2006 00:01:55 +0000 (00:01 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 11 Feb 2006 00:01:55 +0000 (00:01 +0000)
commite8ebab7877937ac1447479e2979fd2e09f059a6d
treee3cd851911c54e2448305d824c6ea8b4fd1ebdaf
parentf12fa7ca85553b41dbdfc8950df778e4d6c45c7b
* Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
* Use the correct pitch values when reading from and writing to pictures (out pitch can differ from in pitch, and there is also visible pitch and visible lines.
modules/video_filter/distort.c