ffmpeg | branch: release/4.2 | Michael Niedermayer |
Thu Mar 9 13:57:14 2023 +0100| [c0466e02140ba545d30914101eb21271231034c3] |
committer: Michael Niedermayer
libavcodec/lcldec: width and height should not be unsigned
Computations like col < width - 3 will not work with unsigned width=1
Sig
ffmpeg | branch: release/4.4 | Michael Niedermayer |
Thu Mar 9 13:57:14 2023 +0100| [01e36c67140baf16f628852a156c9253e0ec529a] |
committer: Michael Niedermayer
libavcodec/lcldec: width and height should not be unsigned
Computations like col < width - 3 will not work with unsigned width=1
Sig
ffmpeg | branch: release/5.1 | Michael Niedermayer |
Thu Mar 9 13:57:14 2023 +0100| [8abcd8b124bc83136c6de2823dd388eff37a75dd] |
committer: Michael Niedermayer
libavcodec/lcldec: width and height should not be unsigned
Computations like col < width - 3 will not work with unsigned width=1
Sig
ffmpeg | branch: release/2.8 | Michael Niedermayer |
Thu Mar 9 13:57:14 2023 +0100| [e9fbbed49ef44a024e99b975bd2688da3633575c] |
committer: Michael Niedermayer
libavcodec/lcldec: width and height should not be unsigned
Computations like col < width - 3 will not work with unsigned width=1
Sig