ffmpeg | branch: release/2.8 | Dale Curtis | Fri Nov
17 13:35:56 2017 -0800| [2543475730b9c6fcbfe9b0575f959d9c3015a50c] | committer:
Michael Niedermayer
avformat/utils: Prevent undefined shift with wrap_bits > 64.
2LL << (wrap_bits=64 - 1) does not fit in int64_t; change the
code to use a uint
ffmpeg | branch: release/3.2 | Dale Curtis | Fri Nov
17 13:35:56 2017 -0800| [fc3e4c9ab300caa0bf8d95ae6c3fed8a22d488b0] | committer:
Michael Niedermayer
avformat/utils: Prevent undefined shift with wrap_bits > 64.
2LL << (wrap_bits=64 - 1) does not fit in int64_t; change the
code to use a uint
ffmpeg | branch: release/3.3 | Dale Curtis | Fri Nov
17 13:35:56 2017 -0800| [85ea121684a7b128c39373845506e6016daa60cc] | committer:
Michael Niedermayer
avformat/utils: Prevent undefined shift with wrap_bits > 64.
2LL << (wrap_bits=64 - 1) does not fit in int64_t; change the
code to use a uint
ffmpeg | branch: release/3.4 | Dale Curtis | Fri Nov
17 13:35:56 2017 -0800| [36db62ca984b0b77b9fe119f47f0a4ca6e75] | committer:
Michael Niedermayer
avformat/utils: Prevent undefined shift with wrap_bits > 64.
2LL << (wrap_bits=64 - 1) does not fit in int64_t; change the
code to use a uint
ffmpeg | branch: release/3.0 | Dale Curtis | Fri Nov
17 13:35:56 2017 -0800| [b01020a0501aefc6decce15901437d4e03c4bbbf] | committer:
Michael Niedermayer
avformat/utils: Prevent undefined shift with wrap_bits > 64.
2LL << (wrap_bits=64 - 1) does not fit in int64_t; change the
code to use a uint
ffmpeg | branch: master | Dale Curtis | Fri Nov 17
13:35:56 2017 -0800| [03fbc0daa7e37af024f8b017a28105c32bbe25ca] | committer:
Michael Niedermayer
avformat/utils: Prevent undefined shift with wrap_bits > 64.
2LL << (wrap_bits=64 - 1) does not fit in int64_t; change the
code to use a uint64_t