mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 18:55:08 +00:00
ea7f79f937
Without this cast, the BE_32() expression is sign extended when assigned to an uint64_t, since the uint8_t|uint8_t expression is promoted to an int. Also avoid undefined behaviour when left shifting an uint8_t by 24 by casting it to an uint32_t explicitly before shifting. Based on a patch by Michael Niedermayer. Signed-off-by: Martin Storsjö <martin@martin.st> |
||
---|---|---|
.. | ||
aviocat.c | ||
cws2fws.c | ||
graph2dot.c | ||
ismindex.c | ||
patcheck | ||
pktdumper.c | ||
probetest.c | ||
qt-faststart.c | ||
trasher.c |