diff options
author | Mans Rullgard <mans@mansr.com> | 2011-11-24 23:15:59 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-11-25 00:20:03 +0000 |
commit | 6b34fbba9b73e1914d56c2aff96356326002430d (patch) | |
tree | 113c6b281d52e78fc2853ff97707338e3d7cb8a7 /ffmpeg.c | |
parent | 7f1b427018ecff59e0e14031eecc79aac0d91ec8 (diff) | |
download | ffmpeg-6b34fbba9b73e1914d56c2aff96356326002430d.tar.gz |
MK(BE)TAG: avoid undefined shifts
Casting the left-most byte to unsigned avoids an undefined
result of the shift by 24 if bit 7 is set. This affects
the rm demuxer.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'ffmpeg.c')
0 files changed, 0 insertions, 0 deletions