Mercurial > libavformat.hg
changeset 2612:256e5d7828e5 libavformat
remove useless &0xFF
author | aurel |
---|---|
date | Mon, 15 Oct 2007 22:51:15 +0000 |
parents | 48784931f30a |
children | 8e31eb11b5f2 |
files | electronicarts.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/electronicarts.c Mon Oct 15 22:50:36 2007 +0000 +++ b/electronicarts.c Mon Oct 15 22:51:15 2007 +0000 @@ -86,7 +86,7 @@ while (inHeader) { int inSubheader; uint8_t byte; - byte = get_byte(pb) & 0xFF; + byte = get_byte(pb); switch (byte) { case 0xFD: @@ -94,7 +94,7 @@ inSubheader = 1; while (inSubheader) { uint8_t subbyte; - subbyte = get_byte(pb) & 0xFF; + subbyte = get_byte(pb); switch (subbyte) { case 0x82: